From e7076bc3bd1d0a7969749e71d40937741eb0c7a9 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 3 Jan 2015 16:33:16 -0500 Subject: [PATCH] Change license from BSD to GPLv3 See http://www.hardcoded.net/archive2014#2014-12-28 for context --- build.py | 4 ++-- cocoa/base/AppDelegateBase.h | 4 ++-- cocoa/base/AppDelegateBase.m | 4 ++-- cocoa/base/Consts.h | 4 ++-- cocoa/base/DeletionOptions.h | 4 ++-- cocoa/base/DeletionOptions.m | 4 ++-- cocoa/base/DetailsPanelBase.h | 4 ++-- cocoa/base/DetailsPanelBase.m | 4 ++-- cocoa/base/DirectoryOutline.h | 4 ++-- cocoa/base/DirectoryOutline.m | 4 ++-- cocoa/base/DirectoryPanel.h | 4 ++-- cocoa/base/DirectoryPanel.m | 4 ++-- cocoa/base/IgnoreListDialog.h | 4 ++-- cocoa/base/IgnoreListDialog.m | 4 ++-- cocoa/base/PrioritizeDialog.h | 4 ++-- cocoa/base/PrioritizeDialog.m | 4 ++-- cocoa/base/PrioritizeList.h | 4 ++-- cocoa/base/PrioritizeList.m | 4 ++-- cocoa/base/ProblemDialog.h | 4 ++-- cocoa/base/ProblemDialog.m | 4 ++-- cocoa/base/ResultTable.h | 4 ++-- cocoa/base/ResultTable.m | 4 ++-- cocoa/base/ResultWindowBase.h | 4 ++-- cocoa/base/ResultWindowBase.m | 4 ++-- cocoa/base/StatsLabel.h | 4 ++-- cocoa/base/StatsLabel.m | 4 ++-- cocoa/base/main.m | 4 ++-- cocoa/inter/app_me.py | 4 ++-- cocoa/inter/app_pe.py | 4 ++-- cocoa/inter/app_se.py | 4 ++-- cocoa/inter/deletion_options.py | 4 ++-- cocoa/me/AppDelegate.h | 4 ++-- cocoa/me/AppDelegate.m | 4 ++-- cocoa/me/Consts.h | 4 ++-- cocoa/me/DetailsPanel.h | 4 ++-- cocoa/me/DetailsPanel.m | 4 ++-- cocoa/me/DirectoryPanel.h | 4 ++-- cocoa/me/DirectoryPanel.m | 4 ++-- cocoa/me/ResultWindow.h | 4 ++-- cocoa/me/ResultWindow.m | 4 ++-- cocoa/me/dg_cocoa.py | 4 ++-- cocoa/pe/AppDelegate.h | 4 ++-- cocoa/pe/AppDelegate.m | 4 ++-- cocoa/pe/Consts.h | 4 ++-- cocoa/pe/DetailsPanel.h | 4 ++-- cocoa/pe/DetailsPanel.m | 4 ++-- cocoa/pe/DirectoryPanel.h | 4 ++-- cocoa/pe/DirectoryPanel.m | 4 ++-- cocoa/pe/ResultWindow.h | 4 ++-- cocoa/pe/ResultWindow.m | 4 ++-- cocoa/pe/dg_cocoa.py | 4 ++-- cocoa/se/AppDelegate.h | 4 ++-- cocoa/se/AppDelegate.m | 4 ++-- cocoa/se/DetailsPanel.h | 4 ++-- cocoa/se/DetailsPanel.m | 4 ++-- cocoa/se/ResultWindow.h | 4 ++-- cocoa/se/ResultWindow.m | 4 ++-- cocoa/se/dg_cocoa.py | 4 ++-- configure.py | 4 ++-- core/app.py | 4 ++-- core/directories.py | 4 ++-- core/engine.py | 4 ++-- core/export.py | 4 ++-- core/fs.py | 4 ++-- core/gui/base.py | 4 ++-- core/gui/deletion_options.py | 4 ++-- core/gui/details_panel.py | 4 ++-- core/gui/directory_tree.py | 4 ++-- core/gui/ignore_list_dialog.py | 4 ++-- core/gui/ignore_list_table.py | 4 ++-- core/gui/prioritize_dialog.py | 4 ++-- core/gui/problem_dialog.py | 4 ++-- core/gui/problem_table.py | 4 ++-- core/gui/result_table.py | 4 ++-- core/gui/stats_label.py | 4 ++-- core/ignore.py | 4 ++-- core/markable.py | 4 ++-- core/prioritize.py | 4 ++-- core/results.py | 4 ++-- core/scanner.py | 4 ++-- core/tests/app_test.py | 4 ++-- core/tests/base.py | 4 ++-- core/tests/directories_test.py | 4 ++-- core/tests/engine_test.py | 4 ++-- core/tests/fs_test.py | 4 ++-- core/tests/ignore_test.py | 4 ++-- core/tests/markable_test.py | 4 ++-- core/tests/prioritize_test.py | 4 ++-- core/tests/result_table_test.py | 4 ++-- core/tests/results_test.py | 4 ++-- core/tests/scanner_test.py | 4 ++-- core_me/app.py | 4 ++-- core_me/fs.py | 4 ++-- core_me/prioritize.py | 4 ++-- core_me/result_table.py | 4 ++-- core_me/scanner.py | 4 ++-- core_me/tests/scanner_test.py | 4 ++-- core_pe/app.py | 4 ++-- core_pe/block.py | 4 ++-- core_pe/cache.py | 4 ++-- core_pe/exif.py | 4 ++-- core_pe/iphoto_plist.py | 4 ++-- core_pe/matchblock.py | 4 ++-- core_pe/matchexif.py | 4 ++-- core_pe/modules/block_osx.m | 4 ++-- core_pe/modules/common.h | 4 ++-- core_pe/photo.py | 4 ++-- core_pe/prioritize.py | 4 ++-- core_pe/result_table.py | 4 ++-- core_pe/scanner.py | 4 ++-- core_pe/tests/block_test.py | 4 ++-- core_pe/tests/cache_test.py | 4 ++-- core_se/app.py | 4 ++-- core_se/fs.py | 4 ++-- core_se/result_table.py | 4 ++-- hscommon/build.py | 4 ++-- hscommon/conflict.py | 4 ++-- hscommon/currency.py | 4 ++-- hscommon/debug.py | 4 ++-- hscommon/desktop.py | 4 ++-- hscommon/geometry.py | 4 ++-- hscommon/gui/base.py | 4 ++-- hscommon/gui/column.py | 4 ++-- hscommon/gui/progress_window.py | 4 ++-- hscommon/gui/selectable_list.py | 4 ++-- hscommon/gui/table.py | 4 ++-- hscommon/gui/text_field.py | 4 ++-- hscommon/gui/tree.py | 4 ++-- hscommon/jobprogress/job.py | 4 ++-- hscommon/jobprogress/performer.py | 4 ++-- hscommon/jobprogress/qt.py | 4 ++-- hscommon/notify.py | 4 ++-- hscommon/path.py | 4 ++-- hscommon/plat.py | 4 ++-- hscommon/sphinxgen.py | 4 ++-- hscommon/sqlite.py | 4 ++-- hscommon/tests/conflict_test.py | 4 ++-- hscommon/tests/currency_test.py | 4 ++-- hscommon/tests/notify_test.py | 4 ++-- hscommon/tests/path_test.py | 4 ++-- hscommon/tests/selectable_list_test.py | 4 ++-- hscommon/tests/sqlite_test.py | 4 ++-- hscommon/tests/table_test.py | 4 ++-- hscommon/tests/tree_test.py | 4 ++-- hscommon/tests/util_test.py | 4 ++-- hscommon/testutil.py | 4 ++-- hscommon/trans.py | 4 ++-- hscommon/util.py | 4 ++-- package.py | 4 ++-- qt/base/app.py | 4 ++-- qt/base/deletion_options.py | 4 ++-- qt/base/details_dialog.py | 4 ++-- qt/base/details_table.py | 4 ++-- qt/base/directories_dialog.py | 4 ++-- qt/base/directories_model.py | 4 ++-- qt/base/ignore_list_dialog.py | 4 ++-- qt/base/ignore_list_table.py | 4 ++-- qt/base/platform.py | 4 ++-- qt/base/preferences.py | 4 ++-- qt/base/preferences_dialog.py | 4 ++-- qt/base/prioritize_dialog.py | 4 ++-- qt/base/problem_dialog.py | 4 ++-- qt/base/problem_table.py | 4 ++-- qt/base/result_window.py | 4 ++-- qt/base/results_model.py | 4 ++-- qt/base/stats_label.py | 4 ++-- qt/me/app.py | 4 ++-- qt/me/details_dialog.py | 4 ++-- qt/me/preferences.py | 4 ++-- qt/me/preferences_dialog.py | 4 ++-- qt/me/results_model.py | 4 ++-- qt/pe/app.py | 4 ++-- qt/pe/block.py | 4 ++-- qt/pe/details_dialog.py | 4 ++-- qt/pe/preferences.py | 4 ++-- qt/pe/preferences_dialog.py | 4 ++-- qt/pe/result_window.py | 4 ++-- qt/pe/results_model.py | 4 ++-- qt/run_template.py | 4 ++-- qt/se/app.py | 4 ++-- qt/se/details_dialog.py | 4 ++-- qt/se/preferences.py | 4 ++-- qt/se/preferences_dialog.py | 4 ++-- qt/se/results_model.py | 4 ++-- qtlib/about_box.py | 4 ++-- qtlib/app.py | 4 ++-- qtlib/column.py | 4 ++-- qtlib/error_report_dialog.py | 4 ++-- qtlib/preferences.py | 4 ++-- qtlib/progress_window.py | 4 ++-- qtlib/radio_box.py | 4 ++-- qtlib/recent.py | 4 ++-- qtlib/search_edit.py | 4 ++-- qtlib/selectable_list.py | 4 ++-- qtlib/table.py | 4 ++-- qtlib/text_field.py | 4 ++-- qtlib/tree_model.py | 4 ++-- qtlib/util.py | 4 ++-- 198 files changed, 396 insertions(+), 396 deletions(-) diff --git a/build.py b/build.py index 654bd760..86997c55 100644 --- a/build.py +++ b/build.py @@ -2,9 +2,9 @@ # Created On: 2009-12-30 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys import os diff --git a/cocoa/base/AppDelegateBase.h b/cocoa/base/AppDelegateBase.h index adf75a29..c1273f59 100644 --- a/cocoa/base/AppDelegateBase.h +++ b/cocoa/base/AppDelegateBase.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/AppDelegateBase.m b/cocoa/base/AppDelegateBase.m index f7d7769e..bcd0df8b 100644 --- a/cocoa/base/AppDelegateBase.m +++ b/cocoa/base/AppDelegateBase.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "AppDelegateBase.h" diff --git a/cocoa/base/Consts.h b/cocoa/base/Consts.h index 3182aa69..ef1c504f 100644 --- a/cocoa/base/Consts.h +++ b/cocoa/base/Consts.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #define JobStarted @"JobStarted" diff --git a/cocoa/base/DeletionOptions.h b/cocoa/base/DeletionOptions.h index 5fa7ecaf..05f2a283 100644 --- a/cocoa/base/DeletionOptions.h +++ b/cocoa/base/DeletionOptions.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/DeletionOptions.m b/cocoa/base/DeletionOptions.m index 45fa1d50..2e12f67f 100644 --- a/cocoa/base/DeletionOptions.m +++ b/cocoa/base/DeletionOptions.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "DeletionOptions.h" diff --git a/cocoa/base/DetailsPanelBase.h b/cocoa/base/DetailsPanelBase.h index 33e4e9e7..8ed6cc65 100644 --- a/cocoa/base/DetailsPanelBase.h +++ b/cocoa/base/DetailsPanelBase.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/DetailsPanelBase.m b/cocoa/base/DetailsPanelBase.m index cef8d86d..0f2c9d19 100644 --- a/cocoa/base/DetailsPanelBase.m +++ b/cocoa/base/DetailsPanelBase.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "DetailsPanelBase.h" diff --git a/cocoa/base/DirectoryOutline.h b/cocoa/base/DirectoryOutline.h index 82098114..9132b824 100644 --- a/cocoa/base/DirectoryOutline.h +++ b/cocoa/base/DirectoryOutline.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/DirectoryOutline.m b/cocoa/base/DirectoryOutline.m index 071197e2..aa633577 100644 --- a/cocoa/base/DirectoryOutline.m +++ b/cocoa/base/DirectoryOutline.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "DirectoryOutline.h" diff --git a/cocoa/base/DirectoryPanel.h b/cocoa/base/DirectoryPanel.h index 631010ff..5c3d1356 100644 --- a/cocoa/base/DirectoryPanel.h +++ b/cocoa/base/DirectoryPanel.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/DirectoryPanel.m b/cocoa/base/DirectoryPanel.m index 513ede12..04c96a7e 100644 --- a/cocoa/base/DirectoryPanel.m +++ b/cocoa/base/DirectoryPanel.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "DirectoryPanel.h" diff --git a/cocoa/base/IgnoreListDialog.h b/cocoa/base/IgnoreListDialog.h index 2b6b8458..a392ec91 100644 --- a/cocoa/base/IgnoreListDialog.h +++ b/cocoa/base/IgnoreListDialog.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/IgnoreListDialog.m b/cocoa/base/IgnoreListDialog.m index f86bd24b..3967b501 100644 --- a/cocoa/base/IgnoreListDialog.m +++ b/cocoa/base/IgnoreListDialog.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "IgnoreListDialog.h" diff --git a/cocoa/base/PrioritizeDialog.h b/cocoa/base/PrioritizeDialog.h index 2426fb7f..35f030c1 100644 --- a/cocoa/base/PrioritizeDialog.h +++ b/cocoa/base/PrioritizeDialog.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/PrioritizeDialog.m b/cocoa/base/PrioritizeDialog.m index 439106d3..97419513 100644 --- a/cocoa/base/PrioritizeDialog.m +++ b/cocoa/base/PrioritizeDialog.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "PrioritizeDialog.h" diff --git a/cocoa/base/PrioritizeList.h b/cocoa/base/PrioritizeList.h index dc464126..a7b3f448 100644 --- a/cocoa/base/PrioritizeList.h +++ b/cocoa/base/PrioritizeList.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/PrioritizeList.m b/cocoa/base/PrioritizeList.m index 5bd189a9..098e073c 100644 --- a/cocoa/base/PrioritizeList.m +++ b/cocoa/base/PrioritizeList.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "PrioritizeList.h" diff --git a/cocoa/base/ProblemDialog.h b/cocoa/base/ProblemDialog.h index 72eceec0..309f2789 100644 --- a/cocoa/base/ProblemDialog.h +++ b/cocoa/base/ProblemDialog.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/ProblemDialog.m b/cocoa/base/ProblemDialog.m index efba1709..2619aa72 100644 --- a/cocoa/base/ProblemDialog.m +++ b/cocoa/base/ProblemDialog.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "ProblemDialog.h" diff --git a/cocoa/base/ResultTable.h b/cocoa/base/ResultTable.h index fbb1974b..713f9dc1 100644 --- a/cocoa/base/ResultTable.h +++ b/cocoa/base/ResultTable.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/ResultTable.m b/cocoa/base/ResultTable.m index f14c580c..82d20f6f 100644 --- a/cocoa/base/ResultTable.m +++ b/cocoa/base/ResultTable.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "ResultTable.h" diff --git a/cocoa/base/ResultWindowBase.h b/cocoa/base/ResultWindowBase.h index 3f330e28..09c38c9b 100644 --- a/cocoa/base/ResultWindowBase.h +++ b/cocoa/base/ResultWindowBase.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/ResultWindowBase.m b/cocoa/base/ResultWindowBase.m index d8bc6ea6..83218b18 100644 --- a/cocoa/base/ResultWindowBase.m +++ b/cocoa/base/ResultWindowBase.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "ResultWindowBase.h" diff --git a/cocoa/base/StatsLabel.h b/cocoa/base/StatsLabel.h index 7b83d2f8..9641d55b 100644 --- a/cocoa/base/StatsLabel.h +++ b/cocoa/base/StatsLabel.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/base/StatsLabel.m b/cocoa/base/StatsLabel.m index 5dcaed7e..ca14533c 100644 --- a/cocoa/base/StatsLabel.m +++ b/cocoa/base/StatsLabel.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "StatsLabel.h" diff --git a/cocoa/base/main.m b/cocoa/base/main.m index fea3fbd9..e97e22ac 100644 --- a/cocoa/base/main.m +++ b/cocoa/base/main.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/inter/app_me.py b/cocoa/inter/app_me.py index 1fa93e76..98097a34 100644 --- a/cocoa/inter/app_me.py +++ b/cocoa/inter/app_me.py @@ -2,9 +2,9 @@ # Created On: 2006/11/16 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging import plistlib diff --git a/cocoa/inter/app_pe.py b/cocoa/inter/app_pe.py index 57b68535..a15bd07d 100644 --- a/cocoa/inter/app_pe.py +++ b/cocoa/inter/app_pe.py @@ -2,9 +2,9 @@ # Created On: 2006/11/13 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging import re diff --git a/cocoa/inter/app_se.py b/cocoa/inter/app_se.py index 12230db1..ac3ceb5e 100644 --- a/cocoa/inter/app_se.py +++ b/cocoa/inter/app_se.py @@ -2,9 +2,9 @@ # Created On: 2009-05-24 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging import os.path as op diff --git a/cocoa/inter/deletion_options.py b/cocoa/inter/deletion_options.py index 4946d38d..e483d4d9 100644 --- a/cocoa/inter/deletion_options.py +++ b/cocoa/inter/deletion_options.py @@ -1,9 +1,9 @@ # Created On: 2012-05-30 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from objp.util import dontwrap from cocoa.inter import PyGUIObject, GUIObjectView diff --git a/cocoa/me/AppDelegate.h b/cocoa/me/AppDelegate.h index d2323429..f525b0e9 100644 --- a/cocoa/me/AppDelegate.h +++ b/cocoa/me/AppDelegate.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/me/AppDelegate.m b/cocoa/me/AppDelegate.m index 007ac225..c7a3fa5d 100644 --- a/cocoa/me/AppDelegate.m +++ b/cocoa/me/AppDelegate.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "AppDelegate.h" diff --git a/cocoa/me/Consts.h b/cocoa/me/Consts.h index 3a8d7207..ba26a877 100644 --- a/cocoa/me/Consts.h +++ b/cocoa/me/Consts.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "../base/Consts.h" diff --git a/cocoa/me/DetailsPanel.h b/cocoa/me/DetailsPanel.h index 91c177d0..0bcdaf4b 100644 --- a/cocoa/me/DetailsPanel.h +++ b/cocoa/me/DetailsPanel.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/me/DetailsPanel.m b/cocoa/me/DetailsPanel.m index 5d4efd46..e6c3ad24 100644 --- a/cocoa/me/DetailsPanel.m +++ b/cocoa/me/DetailsPanel.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "DetailsPanel.h" diff --git a/cocoa/me/DirectoryPanel.h b/cocoa/me/DirectoryPanel.h index 5f2fb5d7..5ebd08d2 100644 --- a/cocoa/me/DirectoryPanel.h +++ b/cocoa/me/DirectoryPanel.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/me/DirectoryPanel.m b/cocoa/me/DirectoryPanel.m index 9baf2a68..398ec64e 100644 --- a/cocoa/me/DirectoryPanel.m +++ b/cocoa/me/DirectoryPanel.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "DirectoryPanel.h" diff --git a/cocoa/me/ResultWindow.h b/cocoa/me/ResultWindow.h index 5a917d72..f64dd1d3 100644 --- a/cocoa/me/ResultWindow.h +++ b/cocoa/me/ResultWindow.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/me/ResultWindow.m b/cocoa/me/ResultWindow.m index 120cce52..a1e68568 100644 --- a/cocoa/me/ResultWindow.m +++ b/cocoa/me/ResultWindow.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "ResultWindow.h" diff --git a/cocoa/me/dg_cocoa.py b/cocoa/me/dg_cocoa.py index 10603a6f..3dc3f83a 100644 --- a/cocoa/me/dg_cocoa.py +++ b/cocoa/me/dg_cocoa.py @@ -1,8 +1,8 @@ # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.trans import install_gettext_trans_under_cocoa install_gettext_trans_under_cocoa() diff --git a/cocoa/pe/AppDelegate.h b/cocoa/pe/AppDelegate.h index 9fb18bdb..af7cbaa8 100644 --- a/cocoa/pe/AppDelegate.h +++ b/cocoa/pe/AppDelegate.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/pe/AppDelegate.m b/cocoa/pe/AppDelegate.m index 4fcc21a0..79b37876 100644 --- a/cocoa/pe/AppDelegate.m +++ b/cocoa/pe/AppDelegate.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "AppDelegate.h" diff --git a/cocoa/pe/Consts.h b/cocoa/pe/Consts.h index 0f59e44a..002a88ef 100644 --- a/cocoa/pe/Consts.h +++ b/cocoa/pe/Consts.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "../base/Consts.h" diff --git a/cocoa/pe/DetailsPanel.h b/cocoa/pe/DetailsPanel.h index 91c34b00..67d9b709 100644 --- a/cocoa/pe/DetailsPanel.h +++ b/cocoa/pe/DetailsPanel.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/pe/DetailsPanel.m b/cocoa/pe/DetailsPanel.m index 84c2acdb..dfaa60df 100644 --- a/cocoa/pe/DetailsPanel.m +++ b/cocoa/pe/DetailsPanel.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "Utils.h" diff --git a/cocoa/pe/DirectoryPanel.h b/cocoa/pe/DirectoryPanel.h index 602e1bdc..e01b0058 100644 --- a/cocoa/pe/DirectoryPanel.h +++ b/cocoa/pe/DirectoryPanel.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/pe/DirectoryPanel.m b/cocoa/pe/DirectoryPanel.m index 4013f137..54a1dfb7 100644 --- a/cocoa/pe/DirectoryPanel.m +++ b/cocoa/pe/DirectoryPanel.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "DirectoryPanel.h" diff --git a/cocoa/pe/ResultWindow.h b/cocoa/pe/ResultWindow.h index cbbcc07b..baf18a9b 100644 --- a/cocoa/pe/ResultWindow.h +++ b/cocoa/pe/ResultWindow.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/pe/ResultWindow.m b/cocoa/pe/ResultWindow.m index e3e27858..0dec7ab8 100644 --- a/cocoa/pe/ResultWindow.m +++ b/cocoa/pe/ResultWindow.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "ResultWindow.h" diff --git a/cocoa/pe/dg_cocoa.py b/cocoa/pe/dg_cocoa.py index 740bdf9b..bcf75f39 100644 --- a/cocoa/pe/dg_cocoa.py +++ b/cocoa/pe/dg_cocoa.py @@ -1,8 +1,8 @@ # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.trans import install_gettext_trans_under_cocoa install_gettext_trans_under_cocoa() diff --git a/cocoa/se/AppDelegate.h b/cocoa/se/AppDelegate.h index d0cee2a3..e04ed83f 100644 --- a/cocoa/se/AppDelegate.h +++ b/cocoa/se/AppDelegate.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/se/AppDelegate.m b/cocoa/se/AppDelegate.m index 375adb1b..91e2a001 100644 --- a/cocoa/se/AppDelegate.m +++ b/cocoa/se/AppDelegate.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "AppDelegate.h" diff --git a/cocoa/se/DetailsPanel.h b/cocoa/se/DetailsPanel.h index 91c177d0..0bcdaf4b 100644 --- a/cocoa/se/DetailsPanel.h +++ b/cocoa/se/DetailsPanel.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/se/DetailsPanel.m b/cocoa/se/DetailsPanel.m index 5d4efd46..e6c3ad24 100644 --- a/cocoa/se/DetailsPanel.m +++ b/cocoa/se/DetailsPanel.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "DetailsPanel.h" diff --git a/cocoa/se/ResultWindow.h b/cocoa/se/ResultWindow.h index 2644485c..707edb5b 100644 --- a/cocoa/se/ResultWindow.h +++ b/cocoa/se/ResultWindow.h @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoa/se/ResultWindow.m b/cocoa/se/ResultWindow.m index 8d05717d..39da66d7 100644 --- a/cocoa/se/ResultWindow.m +++ b/cocoa/se/ResultWindow.m @@ -1,9 +1,9 @@ /* Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "ResultWindow.h" diff --git a/cocoa/se/dg_cocoa.py b/cocoa/se/dg_cocoa.py index ceb55bc8..19567eab 100644 --- a/cocoa/se/dg_cocoa.py +++ b/cocoa/se/dg_cocoa.py @@ -1,8 +1,8 @@ # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.trans import install_gettext_trans_under_cocoa install_gettext_trans_under_cocoa() diff --git a/configure.py b/configure.py index 628abf26..30e2906c 100644 --- a/configure.py +++ b/configure.py @@ -2,9 +2,9 @@ # Created On: 2009-12-30 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from optparse import OptionParser import json diff --git a/core/app.py b/core/app.py index cf836572..aacdfa8d 100644 --- a/core/app.py +++ b/core/app.py @@ -2,9 +2,9 @@ # Created On: 2006/11/11 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os import os.path as op diff --git a/core/directories.py b/core/directories.py index 3c1bc05a..c1e624de 100644 --- a/core/directories.py +++ b/core/directories.py @@ -2,9 +2,9 @@ # Created On: 2006/02/27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from xml.etree import ElementTree as ET import logging diff --git a/core/engine.py b/core/engine.py index 8236bc8d..78e3830b 100644 --- a/core/engine.py +++ b/core/engine.py @@ -2,9 +2,9 @@ # Created On: 2006/01/29 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import difflib import itertools diff --git a/core/export.py b/core/export.py index 3a63a5d4..434c1fc8 100644 --- a/core/export.py +++ b/core/export.py @@ -2,9 +2,9 @@ # Created On: 2006/09/16 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os.path as op from tempfile import mkdtemp diff --git a/core/fs.py b/core/fs.py index 1ce38eb8..96ee93a7 100644 --- a/core/fs.py +++ b/core/fs.py @@ -2,9 +2,9 @@ # Created On: 2009-10-22 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html # This is a fork from hsfs. The reason for this fork is that hsfs has been designed for musicGuru # and was re-used for dupeGuru. The problem is that hsfs is way over-engineered for dupeGuru, diff --git a/core/gui/base.py b/core/gui/base.py index 3aade5bf..0636e308 100644 --- a/core/gui/base.py +++ b/core/gui/base.py @@ -2,9 +2,9 @@ # Created On: 2010-02-06 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.notify import Listener diff --git a/core/gui/deletion_options.py b/core/gui/deletion_options.py index 6ac4b7fa..8c8a9b12 100644 --- a/core/gui/deletion_options.py +++ b/core/gui/deletion_options.py @@ -1,9 +1,9 @@ # Created On: 2012-05-30 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os diff --git a/core/gui/details_panel.py b/core/gui/details_panel.py index 9bbda473..7245c3f6 100644 --- a/core/gui/details_panel.py +++ b/core/gui/details_panel.py @@ -2,9 +2,9 @@ # Created On: 2010-02-05 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.gui.base import GUIObject from .base import DupeGuruGUIObject diff --git a/core/gui/directory_tree.py b/core/gui/directory_tree.py index 2107088f..4040dd90 100644 --- a/core/gui/directory_tree.py +++ b/core/gui/directory_tree.py @@ -2,9 +2,9 @@ # Created On: 2010-02-06 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.gui.tree import Tree, Node diff --git a/core/gui/ignore_list_dialog.py b/core/gui/ignore_list_dialog.py index 57b32544..64b4ffcd 100644 --- a/core/gui/ignore_list_dialog.py +++ b/core/gui/ignore_list_dialog.py @@ -1,9 +1,9 @@ # Created On: 2012/03/13 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.trans import tr from .ignore_list_table import IgnoreListTable diff --git a/core/gui/ignore_list_table.py b/core/gui/ignore_list_table.py index 3da6d383..8015cff3 100644 --- a/core/gui/ignore_list_table.py +++ b/core/gui/ignore_list_table.py @@ -2,9 +2,9 @@ # Created On: 2012-03-13 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.gui.table import GUITable, Row from hscommon.gui.column import Column, Columns diff --git a/core/gui/prioritize_dialog.py b/core/gui/prioritize_dialog.py index c1e06129..90aa62e7 100644 --- a/core/gui/prioritize_dialog.py +++ b/core/gui/prioritize_dialog.py @@ -2,9 +2,9 @@ # Created On: 2011-09-06 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.gui.base import GUIObject from hscommon.gui.selectable_list import GUISelectableList diff --git a/core/gui/problem_dialog.py b/core/gui/problem_dialog.py index c09eb23e..6b51ce6d 100644 --- a/core/gui/problem_dialog.py +++ b/core/gui/problem_dialog.py @@ -2,9 +2,9 @@ # Created On: 2010-04-12 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon import desktop diff --git a/core/gui/problem_table.py b/core/gui/problem_table.py index 5cfe09f7..60ac9472 100644 --- a/core/gui/problem_table.py +++ b/core/gui/problem_table.py @@ -2,9 +2,9 @@ # Created On: 2010-04-12 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.gui.table import GUITable, Row from hscommon.gui.column import Column, Columns diff --git a/core/gui/result_table.py b/core/gui/result_table.py index ce47d868..c9ea4fba 100644 --- a/core/gui/result_table.py +++ b/core/gui/result_table.py @@ -2,9 +2,9 @@ # Created On: 2010-02-11 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from operator import attrgetter diff --git a/core/gui/stats_label.py b/core/gui/stats_label.py index 1eb2a3d2..250c6b85 100644 --- a/core/gui/stats_label.py +++ b/core/gui/stats_label.py @@ -2,9 +2,9 @@ # Created On: 2010-02-11 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from .base import DupeGuruGUIObject diff --git a/core/ignore.py b/core/ignore.py index a10dd75e..f8d12a05 100644 --- a/core/ignore.py +++ b/core/ignore.py @@ -2,9 +2,9 @@ # Created On: 2006/05/02 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from xml.etree import ElementTree as ET diff --git a/core/markable.py b/core/markable.py index ccc5c8a0..acc89f2a 100644 --- a/core/markable.py +++ b/core/markable.py @@ -2,9 +2,9 @@ # Created On: 2006/02/23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html class Markable: def __init__(self): diff --git a/core/prioritize.py b/core/prioritize.py index f9d83bae..4a647f2a 100644 --- a/core/prioritize.py +++ b/core/prioritize.py @@ -2,9 +2,9 @@ # Created On: 2011/09/07 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.util import dedupe, flatten, rem_file_ext from hscommon.trans import trget, tr diff --git a/core/results.py b/core/results.py index c88af0db..d4de7203 100644 --- a/core/results.py +++ b/core/results.py @@ -2,9 +2,9 @@ # Created On: 2006/02/23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging import re diff --git a/core/scanner.py b/core/scanner.py index 583097aa..78468daf 100644 --- a/core/scanner.py +++ b/core/scanner.py @@ -2,9 +2,9 @@ # Created On: 2006/03/03 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging import re diff --git a/core/tests/app_test.py b/core/tests/app_test.py index 74592c07..9c119d96 100644 --- a/core/tests/app_test.py +++ b/core/tests/app_test.py @@ -2,9 +2,9 @@ # Created On: 2007-06-23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os import os.path as op diff --git a/core/tests/base.py b/core/tests/base.py index 618796b3..83de71dc 100644 --- a/core/tests/base.py +++ b/core/tests/base.py @@ -2,9 +2,9 @@ # Created On: 2011/09/07 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.testutil import TestApp as TestAppBase, eq_, with_app from hscommon.path import Path diff --git a/core/tests/directories_test.py b/core/tests/directories_test.py index 3b04fcd1..0bb33bae 100644 --- a/core/tests/directories_test.py +++ b/core/tests/directories_test.py @@ -2,9 +2,9 @@ # Created On: 2006/02/27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os import time diff --git a/core/tests/engine_test.py b/core/tests/engine_test.py index 7b290cc1..3dec34da 100644 --- a/core/tests/engine_test.py +++ b/core/tests/engine_test.py @@ -2,9 +2,9 @@ # Created On: 2006/01/29 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys diff --git a/core/tests/fs_test.py b/core/tests/fs_test.py index 676bf666..c7565328 100644 --- a/core/tests/fs_test.py +++ b/core/tests/fs_test.py @@ -2,9 +2,9 @@ # Created On: 2009-10-23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import hashlib diff --git a/core/tests/ignore_test.py b/core/tests/ignore_test.py index f3bfd277..c84502cb 100644 --- a/core/tests/ignore_test.py +++ b/core/tests/ignore_test.py @@ -2,9 +2,9 @@ # Created On: 2006/05/02 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import io from xml.etree import ElementTree as ET diff --git a/core/tests/markable_test.py b/core/tests/markable_test.py index cdff8736..a887a486 100644 --- a/core/tests/markable_test.py +++ b/core/tests/markable_test.py @@ -2,9 +2,9 @@ # Created On: 2006/02/23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.testutil import eq_ diff --git a/core/tests/prioritize_test.py b/core/tests/prioritize_test.py index 1e52c1a3..9f7f3655 100644 --- a/core/tests/prioritize_test.py +++ b/core/tests/prioritize_test.py @@ -2,9 +2,9 @@ # Created On: 2011/09/07 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os.path as op from itertools import combinations diff --git a/core/tests/result_table_test.py b/core/tests/result_table_test.py index e0224bbc..38a54431 100644 --- a/core/tests/result_table_test.py +++ b/core/tests/result_table_test.py @@ -2,9 +2,9 @@ # Created On: 2013-07-28 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from .base import TestApp, GetTestGroups diff --git a/core/tests/results_test.py b/core/tests/results_test.py index d7a7aa92..5aa56e3d 100644 --- a/core/tests/results_test.py +++ b/core/tests/results_test.py @@ -2,9 +2,9 @@ # Created On: 2006/02/23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import io import os.path as op diff --git a/core/tests/scanner_test.py b/core/tests/scanner_test.py index ec3d41df..f8b38333 100644 --- a/core/tests/scanner_test.py +++ b/core/tests/scanner_test.py @@ -2,9 +2,9 @@ # Created On: 2006/03/03 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.jobprogress import job from hscommon.path import Path diff --git a/core_me/app.py b/core_me/app.py index 6ae1ca14..4ae78f04 100644 --- a/core_me/app.py +++ b/core_me/app.py @@ -1,9 +1,9 @@ # Created On: 2011/09/20 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from core.app import DupeGuru as DupeGuruBase from . import prioritize diff --git a/core_me/fs.py b/core_me/fs.py index 6a3e7e64..1be57252 100644 --- a/core_me/fs.py +++ b/core_me/fs.py @@ -2,9 +2,9 @@ # Created On: 2009-10-23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hsaudiotag import auto from hscommon.util import get_file_ext, format_size, format_time diff --git a/core_me/prioritize.py b/core_me/prioritize.py index b57fd45f..db4f8e94 100644 --- a/core_me/prioritize.py +++ b/core_me/prioritize.py @@ -1,9 +1,9 @@ # Created On: 2011/09/16 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.trans import trget diff --git a/core_me/result_table.py b/core_me/result_table.py index 78197a25..cb51627f 100644 --- a/core_me/result_table.py +++ b/core_me/result_table.py @@ -1,9 +1,9 @@ # Created On: 2011-11-27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.gui.column import Column from hscommon.trans import trget diff --git a/core_me/scanner.py b/core_me/scanner.py index 6f7c371b..6b45fd79 100644 --- a/core_me/scanner.py +++ b/core_me/scanner.py @@ -2,9 +2,9 @@ # Created On: 2006/03/03 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from core.scanner import Scanner as ScannerBase diff --git a/core_me/tests/scanner_test.py b/core_me/tests/scanner_test.py index 70d53c87..79b29bbc 100644 --- a/core_me/tests/scanner_test.py +++ b/core_me/tests/scanner_test.py @@ -3,9 +3,9 @@ # Created On: 2009-10-23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.path import Path diff --git a/core_pe/app.py b/core_pe/app.py index 0c861b2f..cd545e5f 100644 --- a/core_pe/app.py +++ b/core_pe/app.py @@ -1,9 +1,9 @@ # Created On: 2011/09/20 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os.path as op diff --git a/core_pe/block.py b/core_pe/block.py index 76b7ff4a..dc8dbcee 100644 --- a/core_pe/block.py +++ b/core_pe/block.py @@ -2,9 +2,9 @@ # Created On: 2006/09/01 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from ._block import NoBlocksError, DifferentBlockCountError, avgdiff, getblocks2 # NOQA diff --git a/core_pe/cache.py b/core_pe/cache.py index 6010b0f5..3e18583f 100644 --- a/core_pe/cache.py +++ b/core_pe/cache.py @@ -2,9 +2,9 @@ # Created On: 2006/09/14 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os import os.path as op diff --git a/core_pe/exif.py b/core_pe/exif.py index 6f8c5cf2..20662f64 100644 --- a/core_pe/exif.py +++ b/core_pe/exif.py @@ -2,9 +2,9 @@ # Created On: 2011-04-20 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html # Heavily based on http://topo.math.u-psud.fr/~bousch/exifdump.py by Thierry Bousch (Public Domain) diff --git a/core_pe/iphoto_plist.py b/core_pe/iphoto_plist.py index df65746b..40f6ca85 100644 --- a/core_pe/iphoto_plist.py +++ b/core_pe/iphoto_plist.py @@ -2,9 +2,9 @@ # Created On: 2014-03-15 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import plistlib diff --git a/core_pe/matchblock.py b/core_pe/matchblock.py index c3d1866c..e2911d1a 100644 --- a/core_pe/matchblock.py +++ b/core_pe/matchblock.py @@ -2,9 +2,9 @@ # Created On: 2007/02/25 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging import multiprocessing diff --git a/core_pe/matchexif.py b/core_pe/matchexif.py index 97d974c0..95cac805 100644 --- a/core_pe/matchexif.py +++ b/core_pe/matchexif.py @@ -2,9 +2,9 @@ # Created On: 2011-04-20 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from collections import defaultdict from itertools import combinations diff --git a/core_pe/modules/block_osx.m b/core_pe/modules/block_osx.m index 5bafb4f0..791d977c 100644 --- a/core_pe/modules/block_osx.m +++ b/core_pe/modules/block_osx.m @@ -2,9 +2,9 @@ * Created On: 2010-02-04 * Copyright 2015 Hardcoded Software (http://www.hardcoded.net) * - * This software is licensed under the "BSD" License as described in the "LICENSE" file, + * This software is licensed under the "GPLv3" License as described in the "LICENSE" file, * which should be included with this package. The terms are also available at - * http://www.hardcoded.net/licenses/bsd_license + * http://www.gnu.org/licenses/gpl-3.0.html **/ #include "common.h" diff --git a/core_pe/modules/common.h b/core_pe/modules/common.h index f615ed7a..d8cd9113 100644 --- a/core_pe/modules/common.h +++ b/core_pe/modules/common.h @@ -2,9 +2,9 @@ * Created On: 2010-02-04 * Copyright 2015 Hardcoded Software (http://www.hardcoded.net) * - * This software is licensed under the "BSD" License as described in the "LICENSE" file, + * This software is licensed under the "GPLv3" License as described in the "LICENSE" file, * which should be included with this package. The terms are also available at - * http://www.hardcoded.net/licenses/bsd_license + * http://www.gnu.org/licenses/gpl-3.0.html */ #define PY_SSIZE_T_CLEAN diff --git a/core_pe/photo.py b/core_pe/photo.py index 759e3ea1..6d9c9126 100644 --- a/core_pe/photo.py +++ b/core_pe/photo.py @@ -2,9 +2,9 @@ # Created On: 2011-05-29 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging from hscommon.util import get_file_ext, format_size diff --git a/core_pe/prioritize.py b/core_pe/prioritize.py index a55e40d7..8b727545 100644 --- a/core_pe/prioritize.py +++ b/core_pe/prioritize.py @@ -1,9 +1,9 @@ # Created On: 2011/09/16 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.trans import trget diff --git a/core_pe/result_table.py b/core_pe/result_table.py index b950b66d..56c29086 100644 --- a/core_pe/result_table.py +++ b/core_pe/result_table.py @@ -1,9 +1,9 @@ # Created On: 2011-11-27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.gui.column import Column from hscommon.trans import trget diff --git a/core_pe/scanner.py b/core_pe/scanner.py index 2d2dc60d..d154cea4 100644 --- a/core_pe/scanner.py +++ b/core_pe/scanner.py @@ -2,9 +2,9 @@ # Created On: 2009-10-18 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from core.scanner import Scanner, ScanType diff --git a/core_pe/tests/block_test.py b/core_pe/tests/block_test.py index 5568883d..2bf2b146 100644 --- a/core_pe/tests/block_test.py +++ b/core_pe/tests/block_test.py @@ -2,9 +2,9 @@ # Created On: 2006/09/01 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html # The commented out tests are tests for function that have been converted to pure C for speed from pytest import raises, skip diff --git a/core_pe/tests/cache_test.py b/core_pe/tests/cache_test.py index 2fb517d7..5ffcc7a6 100644 --- a/core_pe/tests/cache_test.py +++ b/core_pe/tests/cache_test.py @@ -2,9 +2,9 @@ # Created On: 2006/09/14 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging diff --git a/core_se/app.py b/core_se/app.py index 107bc04e..7de03976 100644 --- a/core_se/app.py +++ b/core_se/app.py @@ -1,9 +1,9 @@ # Created On: 2011/09/20 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from core.app import DupeGuru as DupeGuruBase from core import prioritize diff --git a/core_se/fs.py b/core_se/fs.py index 7e9e5ed4..6b15cdfa 100644 --- a/core_se/fs.py +++ b/core_se/fs.py @@ -2,9 +2,9 @@ # Created On: 2013-07-14 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.util import format_size diff --git a/core_se/result_table.py b/core_se/result_table.py index 63363b33..0f9936d1 100644 --- a/core_se/result_table.py +++ b/core_se/result_table.py @@ -1,9 +1,9 @@ # Created On: 2011-11-27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from hscommon.gui.column import Column from hscommon.trans import trget diff --git a/hscommon/build.py b/hscommon/build.py index 9158933b..eb0ddd51 100644 --- a/hscommon/build.py +++ b/hscommon/build.py @@ -2,9 +2,9 @@ # Created On: 2009-03-03 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html """This module is a collection of function to help in HS apps build process. """ diff --git a/hscommon/conflict.py b/hscommon/conflict.py index 0b982b7e..9a62aa90 100644 --- a/hscommon/conflict.py +++ b/hscommon/conflict.py @@ -2,9 +2,9 @@ # Created On: 2008-01-08 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html """When you have to deal with names that have to be unique and can conflict together, you can use this module that deals with conflicts by prepending unique numbers in ``[]`` brackets to the name. diff --git a/hscommon/currency.py b/hscommon/currency.py index 4ff22387..9c6c1363 100644 --- a/hscommon/currency.py +++ b/hscommon/currency.py @@ -2,9 +2,9 @@ # Created On: 2008-04-20 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html """This module facilitates currencies management. It exposes :class:`Currency` which lets you easily figure out their exchange value. diff --git a/hscommon/debug.py b/hscommon/debug.py index a124e8b8..e7903152 100644 --- a/hscommon/debug.py +++ b/hscommon/debug.py @@ -2,9 +2,9 @@ # Created On: 2011-04-19 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys import traceback diff --git a/hscommon/desktop.py b/hscommon/desktop.py index 2b0fc234..71d8078d 100644 --- a/hscommon/desktop.py +++ b/hscommon/desktop.py @@ -2,9 +2,9 @@ # Created On: 2013-10-12 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os.path as op import logging diff --git a/hscommon/geometry.py b/hscommon/geometry.py index be4ddaca..d67738bd 100644 --- a/hscommon/geometry.py +++ b/hscommon/geometry.py @@ -2,9 +2,9 @@ # Created On: 2011-08-05 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from sys import maxsize as INF from math import sqrt diff --git a/hscommon/gui/base.py b/hscommon/gui/base.py index 4a6f8256..4a7ba2d0 100644 --- a/hscommon/gui/base.py +++ b/hscommon/gui/base.py @@ -2,9 +2,9 @@ # Created On: 2011/09/09 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html def noop(*args, **kwargs): pass diff --git a/hscommon/gui/column.py b/hscommon/gui/column.py index c1a2e1de..66e22cfd 100644 --- a/hscommon/gui/column.py +++ b/hscommon/gui/column.py @@ -2,9 +2,9 @@ # Created On: 2010-07-25 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import copy diff --git a/hscommon/gui/progress_window.py b/hscommon/gui/progress_window.py index 58ea6a79..c28c1794 100644 --- a/hscommon/gui/progress_window.py +++ b/hscommon/gui/progress_window.py @@ -1,9 +1,9 @@ # Created On: 2013/07/01 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from ..jobprogress.performer import ThreadedJobPerformer from .base import GUIObject diff --git a/hscommon/gui/selectable_list.py b/hscommon/gui/selectable_list.py index e91c6528..df6ed357 100644 --- a/hscommon/gui/selectable_list.py +++ b/hscommon/gui/selectable_list.py @@ -2,9 +2,9 @@ # Created On: 2011-09-06 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from collections import Sequence, MutableSequence diff --git a/hscommon/gui/table.py b/hscommon/gui/table.py index e34f8593..fd4c202e 100644 --- a/hscommon/gui/table.py +++ b/hscommon/gui/table.py @@ -2,9 +2,9 @@ # Created On: 2008-05-29 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from collections import MutableSequence, namedtuple diff --git a/hscommon/gui/text_field.py b/hscommon/gui/text_field.py index 5353f142..e918c58a 100644 --- a/hscommon/gui/text_field.py +++ b/hscommon/gui/text_field.py @@ -1,9 +1,9 @@ # Created On: 2012/01/23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from .base import GUIObject from ..util import nonone diff --git a/hscommon/gui/tree.py b/hscommon/gui/tree.py index 24706782..5d58d36a 100644 --- a/hscommon/gui/tree.py +++ b/hscommon/gui/tree.py @@ -1,8 +1,8 @@ # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from collections import MutableSequence diff --git a/hscommon/jobprogress/job.py b/hscommon/jobprogress/job.py index 7ff49313..214a9889 100644 --- a/hscommon/jobprogress/job.py +++ b/hscommon/jobprogress/job.py @@ -2,9 +2,9 @@ # Created On: 2004/12/20 # Copyright 2011 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html class JobCancelled(Exception): "The user has cancelled the job" diff --git a/hscommon/jobprogress/performer.py b/hscommon/jobprogress/performer.py index 76cf778a..12e0dc52 100644 --- a/hscommon/jobprogress/performer.py +++ b/hscommon/jobprogress/performer.py @@ -2,9 +2,9 @@ # Created On: 2010-11-19 # Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from threading import Thread import sys diff --git a/hscommon/jobprogress/qt.py b/hscommon/jobprogress/qt.py index cfb26b95..70901385 100644 --- a/hscommon/jobprogress/qt.py +++ b/hscommon/jobprogress/qt.py @@ -2,9 +2,9 @@ # Created On: 2009-09-14 # Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import pyqtSignal, Qt, QTimer from PyQt5.QtWidgets import QProgressDialog diff --git a/hscommon/notify.py b/hscommon/notify.py index 25777d46..92b5e3dd 100644 --- a/hscommon/notify.py +++ b/hscommon/notify.py @@ -1,8 +1,8 @@ # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html """Very simple inter-object notification system. diff --git a/hscommon/path.py b/hscommon/path.py index 653d951f..b508e6fe 100644 --- a/hscommon/path.py +++ b/hscommon/path.py @@ -2,9 +2,9 @@ # Created On: 2006/02/21 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging import os diff --git a/hscommon/plat.py b/hscommon/plat.py index 2326ae85..fa5f1737 100644 --- a/hscommon/plat.py +++ b/hscommon/plat.py @@ -1,9 +1,9 @@ # Created On: 2011/09/22 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html # Yes, I know, there's the 'platform' unit for this kind of stuff, but the thing is that I got a # crash on startup once simply for importing this module and since then I don't trust it. One day, diff --git a/hscommon/sphinxgen.py b/hscommon/sphinxgen.py index d076becc..9992c2fe 100644 --- a/hscommon/sphinxgen.py +++ b/hscommon/sphinxgen.py @@ -2,9 +2,9 @@ # Created On: 2011-01-12 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os.path as op import re diff --git a/hscommon/sqlite.py b/hscommon/sqlite.py index 2b02d4cf..30af4b7c 100644 --- a/hscommon/sqlite.py +++ b/hscommon/sqlite.py @@ -2,9 +2,9 @@ # Created On: 2007/05/19 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys import os diff --git a/hscommon/tests/conflict_test.py b/hscommon/tests/conflict_test.py index b58480e7..2b5d0f1a 100644 --- a/hscommon/tests/conflict_test.py +++ b/hscommon/tests/conflict_test.py @@ -2,9 +2,9 @@ # Created On: 2008-01-08 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from ..conflict import * from ..path import Path diff --git a/hscommon/tests/currency_test.py b/hscommon/tests/currency_test.py index f1bc2288..30bbfda9 100644 --- a/hscommon/tests/currency_test.py +++ b/hscommon/tests/currency_test.py @@ -2,9 +2,9 @@ # Created On: 2008-04-20 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from datetime import date import sqlite3 as sqlite diff --git a/hscommon/tests/notify_test.py b/hscommon/tests/notify_test.py index 2561a639..efc1b59e 100644 --- a/hscommon/tests/notify_test.py +++ b/hscommon/tests/notify_test.py @@ -1,8 +1,8 @@ # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from ..testutil import eq_ from ..notify import Broadcaster, Listener, Repeater diff --git a/hscommon/tests/path_test.py b/hscommon/tests/path_test.py index 5a333114..a1ee2805 100644 --- a/hscommon/tests/path_test.py +++ b/hscommon/tests/path_test.py @@ -2,9 +2,9 @@ # Created On: 2006/02/21 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys import os diff --git a/hscommon/tests/selectable_list_test.py b/hscommon/tests/selectable_list_test.py index 25617b6c..10b36ef0 100644 --- a/hscommon/tests/selectable_list_test.py +++ b/hscommon/tests/selectable_list_test.py @@ -2,9 +2,9 @@ # Created On: 2011-09-06 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from ..testutil import eq_, callcounter, CallLogger from ..gui.selectable_list import SelectableList, GUISelectableList diff --git a/hscommon/tests/sqlite_test.py b/hscommon/tests/sqlite_test.py index b22292e3..58bea9e3 100644 --- a/hscommon/tests/sqlite_test.py +++ b/hscommon/tests/sqlite_test.py @@ -2,9 +2,9 @@ # Created On: 2007/05/19 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import time import threading diff --git a/hscommon/tests/table_test.py b/hscommon/tests/table_test.py index 9d9017d5..d612853e 100644 --- a/hscommon/tests/table_test.py +++ b/hscommon/tests/table_test.py @@ -2,9 +2,9 @@ # Created On: 2008-08-12 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from ..testutil import CallLogger, eq_ from ..gui.table import Table, GUITable, Row diff --git a/hscommon/tests/tree_test.py b/hscommon/tests/tree_test.py index 6879428c..b3bada73 100644 --- a/hscommon/tests/tree_test.py +++ b/hscommon/tests/tree_test.py @@ -2,9 +2,9 @@ # Created On: 2010-02-12 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from ..testutil import eq_ from ..gui.tree import Tree, Node diff --git a/hscommon/tests/util_test.py b/hscommon/tests/util_test.py index 8866fce0..73c860b8 100644 --- a/hscommon/tests/util_test.py +++ b/hscommon/tests/util_test.py @@ -2,9 +2,9 @@ # Created On: 2011-01-11 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from io import StringIO diff --git a/hscommon/testutil.py b/hscommon/testutil.py index e74ee529..bcb4fa70 100644 --- a/hscommon/testutil.py +++ b/hscommon/testutil.py @@ -2,9 +2,9 @@ # Created On: 2010-11-14 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import threading import py.path diff --git a/hscommon/trans.py b/hscommon/trans.py index 1da62eac..7a53618d 100644 --- a/hscommon/trans.py +++ b/hscommon/trans.py @@ -2,9 +2,9 @@ # Created On: 2010-06-23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html # Doing i18n with GNU gettext for the core text gets complicated, so what I do is that I make the # GUI layer responsible for supplying a tr() function. diff --git a/hscommon/util.py b/hscommon/util.py index ba3d9327..801824dd 100644 --- a/hscommon/util.py +++ b/hscommon/util.py @@ -2,9 +2,9 @@ # Created On: 2011-01-11 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys import os diff --git a/package.py b/package.py index c0cd52ab..405dc609 100644 --- a/package.py +++ b/package.py @@ -2,9 +2,9 @@ # Created On: 2009-12-30 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os import os.path as op diff --git a/qt/base/app.py b/qt/base/app.py index 3051814f..7b7d703b 100644 --- a/qt/base/app.py +++ b/qt/base/app.py @@ -2,9 +2,9 @@ # Created On: 2009-04-25 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys import os.path as op diff --git a/qt/base/deletion_options.py b/qt/base/deletion_options.py index ba43b3b7..8221e85d 100644 --- a/qt/base/deletion_options.py +++ b/qt/base/deletion_options.py @@ -2,9 +2,9 @@ # Created On: 2012-05-30 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QDialog, QVBoxLayout, QLabel, QCheckBox, QDialogButtonBox diff --git a/qt/base/details_dialog.py b/qt/base/details_dialog.py index 4e928503..5225250c 100644 --- a/qt/base/details_dialog.py +++ b/qt/base/details_dialog.py @@ -2,9 +2,9 @@ # Created On: 2010-02-05 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QDialog diff --git a/qt/base/details_table.py b/qt/base/details_table.py index 5b8ca92f..73e705d8 100644 --- a/qt/base/details_table.py +++ b/qt/base/details_table.py @@ -2,9 +2,9 @@ # Created On: 2009-05-17 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, QAbstractTableModel from PyQt5.QtWidgets import QHeaderView, QTableView diff --git a/qt/base/directories_dialog.py b/qt/base/directories_dialog.py index 4db30d42..8de36c75 100644 --- a/qt/base/directories_dialog.py +++ b/qt/base/directories_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-04-25 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import QRect from PyQt5.QtWidgets import ( diff --git a/qt/base/directories_model.py b/qt/base/directories_model.py index 989a60ea..51ee0a7f 100644 --- a/qt/base/directories_model.py +++ b/qt/base/directories_model.py @@ -2,9 +2,9 @@ # Created On: 2009-04-25 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import urllib.parse diff --git a/qt/base/ignore_list_dialog.py b/qt/base/ignore_list_dialog.py index bfc28e58..c2d680eb 100644 --- a/qt/base/ignore_list_dialog.py +++ b/qt/base/ignore_list_dialog.py @@ -2,9 +2,9 @@ # Created On: 2012-03-13 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QDialog, QVBoxLayout, QPushButton, QTableView, QAbstractItemView diff --git a/qt/base/ignore_list_table.py b/qt/base/ignore_list_table.py index faeada3f..4d056a3f 100644 --- a/qt/base/ignore_list_table.py +++ b/qt/base/ignore_list_table.py @@ -1,9 +1,9 @@ # Created On: 2012-03-13 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from qtlib.column import Column from qtlib.table import Table diff --git a/qt/base/platform.py b/qt/base/platform.py index 37ab4b3d..e26c9988 100644 --- a/qt/base/platform.py +++ b/qt/base/platform.py @@ -2,9 +2,9 @@ # Created On: 2009-09-27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import os.path as op from hscommon.plat import ISWINDOWS, ISOSX, ISLINUX diff --git a/qt/base/preferences.py b/qt/base/preferences.py index 2c1b43d9..af96a063 100644 --- a/qt/base/preferences.py +++ b/qt/base/preferences.py @@ -2,9 +2,9 @@ # Created On: 2009-05-03 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtWidgets import QApplication diff --git a/qt/base/preferences_dialog.py b/qt/base/preferences_dialog.py index 0f5f71fc..70606d04 100644 --- a/qt/base/preferences_dialog.py +++ b/qt/base/preferences_dialog.py @@ -2,9 +2,9 @@ # Created On: 2011-01-21 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, QSize from PyQt5.QtWidgets import ( diff --git a/qt/base/prioritize_dialog.py b/qt/base/prioritize_dialog.py index a2001357..427d6938 100644 --- a/qt/base/prioritize_dialog.py +++ b/qt/base/prioritize_dialog.py @@ -2,9 +2,9 @@ # Created On: 2011-09-06 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, QMimeData, QByteArray from PyQt5.QtWidgets import ( diff --git a/qt/base/problem_dialog.py b/qt/base/problem_dialog.py index 84f097b4..a1fe38c7 100644 --- a/qt/base/problem_dialog.py +++ b/qt/base/problem_dialog.py @@ -2,9 +2,9 @@ # Created On: 2010-04-12 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt from PyQt5.QtWidgets import ( diff --git a/qt/base/problem_table.py b/qt/base/problem_table.py index 35bad54e..91a1d643 100644 --- a/qt/base/problem_table.py +++ b/qt/base/problem_table.py @@ -2,9 +2,9 @@ # Created On: 2010-04-12 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from qtlib.column import Column from qtlib.table import Table diff --git a/qt/base/result_window.py b/qt/base/result_window.py index cab5127f..a3310f92 100644 --- a/qt/base/result_window.py +++ b/qt/base/result_window.py @@ -2,9 +2,9 @@ # Created On: 2009-04-25 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, QRect from PyQt5.QtWidgets import ( diff --git a/qt/base/results_model.py b/qt/base/results_model.py index 7a2d3bd7..0b08a415 100644 --- a/qt/base/results_model.py +++ b/qt/base/results_model.py @@ -2,9 +2,9 @@ # Created On: 2009-04-23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, pyqtSignal, QModelIndex from PyQt5.QtGui import QBrush, QFont, QFontMetrics, QColor diff --git a/qt/base/stats_label.py b/qt/base/stats_label.py index 1bf99140..cb802c0c 100644 --- a/qt/base/stats_label.py +++ b/qt/base/stats_label.py @@ -2,9 +2,9 @@ # Created On: 2010-02-12 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html class StatsLabel: def __init__(self, model, view): diff --git a/qt/me/app.py b/qt/me/app.py index 03aae532..4d39af59 100644 --- a/qt/me/app.py +++ b/qt/me/app.py @@ -2,9 +2,9 @@ # Created On: 2009-05-21 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from core_me import __appname__ from core_me.app import DupeGuru as DupeGuruModel diff --git a/qt/me/details_dialog.py b/qt/me/details_dialog.py index f8d4e737..9f1ca2bf 100644 --- a/qt/me/details_dialog.py +++ b/qt/me/details_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-04-27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import QSize from PyQt5.QtWidgets import QVBoxLayout, QAbstractItemView diff --git a/qt/me/preferences.py b/qt/me/preferences.py index 7cbbf31f..a142aad1 100644 --- a/qt/me/preferences.py +++ b/qt/me/preferences.py @@ -2,9 +2,9 @@ # Created On: 2009-05-17 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from core.scanner import ScanType diff --git a/qt/me/preferences_dialog.py b/qt/me/preferences_dialog.py index 42bf3a35..2fd87d55 100644 --- a/qt/me/preferences_dialog.py +++ b/qt/me/preferences_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-04-29 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys from PyQt5.QtCore import QSize diff --git a/qt/me/results_model.py b/qt/me/results_model.py index 3831739a..552e0afe 100644 --- a/qt/me/results_model.py +++ b/qt/me/results_model.py @@ -1,9 +1,9 @@ # Created On: 2011-11-27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from qtlib.column import Column from ..base.results_model import ResultsModel as ResultsModelBase diff --git a/qt/pe/app.py b/qt/pe/app.py index fe4862e9..305eccc3 100644 --- a/qt/pe/app.py +++ b/qt/pe/app.py @@ -2,9 +2,9 @@ # Created On: 2009-04-25 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging diff --git a/qt/pe/block.py b/qt/pe/block.py index d7b90e12..5d0d0c07 100644 --- a/qt/pe/block.py +++ b/qt/pe/block.py @@ -2,9 +2,9 @@ # Created On: 2009-05-10 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from ._block_qt import getblocks # NOQA diff --git a/qt/pe/details_dialog.py b/qt/pe/details_dialog.py index 814bf18b..8d032a60 100644 --- a/qt/pe/details_dialog.py +++ b/qt/pe/details_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-04-27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, QSize from PyQt5.QtGui import QPixmap diff --git a/qt/pe/preferences.py b/qt/pe/preferences.py index f14bda6e..bdd86904 100644 --- a/qt/pe/preferences.py +++ b/qt/pe/preferences.py @@ -2,9 +2,9 @@ # Created On: 2009-05-17 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from core.scanner import ScanType diff --git a/qt/pe/preferences_dialog.py b/qt/pe/preferences_dialog.py index d4adf677..2aebc98e 100644 --- a/qt/pe/preferences_dialog.py +++ b/qt/pe/preferences_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-04-29 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys from PyQt5.QtWidgets import QApplication diff --git a/qt/pe/result_window.py b/qt/pe/result_window.py index 5ec85994..f5aca049 100644 --- a/qt/pe/result_window.py +++ b/qt/pe/result_window.py @@ -2,9 +2,9 @@ # Created On: 2009-05-23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtWidgets import QMessageBox, QAction diff --git a/qt/pe/results_model.py b/qt/pe/results_model.py index 2ab1a6b8..c9f9d415 100644 --- a/qt/pe/results_model.py +++ b/qt/pe/results_model.py @@ -1,9 +1,9 @@ # Created On: 2011-11-27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from qtlib.column import Column from ..base.results_model import ResultsModel as ResultsModelBase diff --git a/qt/run_template.py b/qt/run_template.py index c9c13105..109a2587 100644 --- a/qt/run_template.py +++ b/qt/run_template.py @@ -1,9 +1,9 @@ #!/usr/bin/python3 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys import os.path as op diff --git a/qt/se/app.py b/qt/se/app.py index e231cac7..d2389a97 100644 --- a/qt/se/app.py +++ b/qt/se/app.py @@ -2,9 +2,9 @@ # Created On: 2009-05-24 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from core_se import __appname__ from core_se.app import DupeGuru as DupeGuruModel diff --git a/qt/se/details_dialog.py b/qt/se/details_dialog.py index dfefdf49..7810e795 100644 --- a/qt/se/details_dialog.py +++ b/qt/se/details_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-05-24 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import QSize from PyQt5.QtWidgets import QVBoxLayout, QAbstractItemView diff --git a/qt/se/preferences.py b/qt/se/preferences.py index 98e9ce19..0dca1499 100644 --- a/qt/se/preferences.py +++ b/qt/se/preferences.py @@ -2,9 +2,9 @@ # Created On: 2009-05-24 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from core.scanner import ScanType diff --git a/qt/se/preferences_dialog.py b/qt/se/preferences_dialog.py index cda2860c..fe226cda 100644 --- a/qt/se/preferences_dialog.py +++ b/qt/se/preferences_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-05-24 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys from PyQt5.QtCore import QSize diff --git a/qt/se/results_model.py b/qt/se/results_model.py index 4908ddad..85f720d8 100644 --- a/qt/se/results_model.py +++ b/qt/se/results_model.py @@ -1,9 +1,9 @@ # Created On: 2011-11-27 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from qtlib.column import Column from ..base.results_model import ResultsModel as ResultsModelBase diff --git a/qtlib/about_box.py b/qtlib/about_box.py index d738529d..d7acabc6 100644 --- a/qtlib/about_box.py +++ b/qtlib/about_box.py @@ -2,9 +2,9 @@ # Created On: 2009-05-09 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, QCoreApplication from PyQt5.QtGui import QPixmap, QFont diff --git a/qtlib/app.py b/qtlib/app.py index f28e1d48..a1a0df20 100644 --- a/qtlib/app.py +++ b/qtlib/app.py @@ -3,9 +3,9 @@ # Created On: 2009-10-16 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import SIGNAL, QTimer, QObject diff --git a/qtlib/column.py b/qtlib/column.py index ff7901d9..b50aec1e 100644 --- a/qtlib/column.py +++ b/qtlib/column.py @@ -2,9 +2,9 @@ # Created On: 2009-11-25 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt diff --git a/qtlib/error_report_dialog.py b/qtlib/error_report_dialog.py index 0a4abd82..58a03cac 100644 --- a/qtlib/error_report_dialog.py +++ b/qtlib/error_report_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-05-23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import traceback import sys diff --git a/qtlib/preferences.py b/qtlib/preferences.py index d61bb527..6143bed3 100644 --- a/qtlib/preferences.py +++ b/qtlib/preferences.py @@ -2,9 +2,9 @@ # Created On: 2009-05-03 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, QSettings, QRect diff --git a/qtlib/progress_window.py b/qtlib/progress_window.py index a68ee106..af6c6c65 100644 --- a/qtlib/progress_window.py +++ b/qtlib/progress_window.py @@ -2,9 +2,9 @@ # Created On: 2013-07-01 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, QTimer from PyQt5.QtWidgets import QProgressDialog diff --git a/qtlib/radio_box.py b/qtlib/radio_box.py index 5aa98320..feabf357 100644 --- a/qtlib/radio_box.py +++ b/qtlib/radio_box.py @@ -1,9 +1,9 @@ # Created On: 2010-06-02 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import pyqtSignal from PyQt5.QtWidgets import QWidget, QHBoxLayout, QRadioButton diff --git a/qtlib/recent.py b/qtlib/recent.py index 34e16dad..e1524e54 100644 --- a/qtlib/recent.py +++ b/qtlib/recent.py @@ -2,9 +2,9 @@ # Created On: 2009-11-12 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from collections import namedtuple diff --git a/qtlib/search_edit.py b/qtlib/search_edit.py index 71f230a4..a8559784 100644 --- a/qtlib/search_edit.py +++ b/qtlib/search_edit.py @@ -2,9 +2,9 @@ # Created On: 2009-12-10 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import pyqtSignal, Qt from PyQt5.QtGui import QIcon, QPixmap, QPainter, QPalette diff --git a/qtlib/selectable_list.py b/qtlib/selectable_list.py index 3177ba15..cb789298 100644 --- a/qtlib/selectable_list.py +++ b/qtlib/selectable_list.py @@ -2,9 +2,9 @@ # Created On: 2011-09-06 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, QAbstractListModel, QItemSelection, QItemSelectionModel diff --git a/qtlib/table.py b/qtlib/table.py index 5b4c6806..251842cd 100644 --- a/qtlib/table.py +++ b/qtlib/table.py @@ -2,9 +2,9 @@ # Created On: 2009-11-01 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html from PyQt5.QtCore import Qt, QAbstractTableModel, QModelIndex, QItemSelectionModel, QItemSelection diff --git a/qtlib/text_field.py b/qtlib/text_field.py index 845b8f51..a0be3fd2 100644 --- a/qtlib/text_field.py +++ b/qtlib/text_field.py @@ -1,9 +1,9 @@ # Created On: 2012/01/23 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html class TextField: def __init__(self, model, view): diff --git a/qtlib/tree_model.py b/qtlib/tree_model.py index b18f15f3..da93cb36 100644 --- a/qtlib/tree_model.py +++ b/qtlib/tree_model.py @@ -2,9 +2,9 @@ # Created On: 2009-09-14 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging diff --git a/qtlib/util.py b/qtlib/util.py index 24a10c91..7d588351 100644 --- a/qtlib/util.py +++ b/qtlib/util.py @@ -2,9 +2,9 @@ # Created On: 2011-02-01 # Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import sys import io