From fc16ea8c493a2e9746a22f4b8bb9ceb561932f2c Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 3 Jan 2015 16:30:57 -0500 Subject: [PATCH] Change copyright year to 2015 --- build.py | 2 +- cocoa/base/AppDelegateBase.h | 2 +- cocoa/base/AppDelegateBase.m | 2 +- cocoa/base/Consts.h | 2 +- cocoa/base/DeletionOptions.h | 2 +- cocoa/base/DeletionOptions.m | 2 +- cocoa/base/DetailsPanelBase.h | 2 +- cocoa/base/DetailsPanelBase.m | 2 +- cocoa/base/DirectoryOutline.h | 2 +- cocoa/base/DirectoryOutline.m | 2 +- cocoa/base/DirectoryPanel.h | 2 +- cocoa/base/DirectoryPanel.m | 2 +- cocoa/base/IgnoreListDialog.h | 2 +- cocoa/base/IgnoreListDialog.m | 2 +- cocoa/base/PrioritizeDialog.h | 2 +- cocoa/base/PrioritizeDialog.m | 2 +- cocoa/base/PrioritizeList.h | 2 +- cocoa/base/PrioritizeList.m | 2 +- cocoa/base/ProblemDialog.h | 2 +- cocoa/base/ProblemDialog.m | 2 +- cocoa/base/ResultTable.h | 2 +- cocoa/base/ResultTable.m | 2 +- cocoa/base/ResultWindowBase.h | 2 +- cocoa/base/ResultWindowBase.m | 2 +- cocoa/base/StatsLabel.h | 2 +- cocoa/base/StatsLabel.m | 2 +- cocoa/base/main.m | 2 +- cocoa/inter/app_me.py | 2 +- cocoa/inter/app_pe.py | 2 +- cocoa/inter/app_se.py | 2 +- cocoa/inter/deletion_options.py | 2 +- cocoa/me/AppDelegate.h | 2 +- cocoa/me/AppDelegate.m | 2 +- cocoa/me/Consts.h | 2 +- cocoa/me/DetailsPanel.h | 2 +- cocoa/me/DetailsPanel.m | 2 +- cocoa/me/DirectoryPanel.h | 2 +- cocoa/me/DirectoryPanel.m | 2 +- cocoa/me/ResultWindow.h | 2 +- cocoa/me/ResultWindow.m | 2 +- cocoa/me/dg_cocoa.py | 2 +- cocoa/pe/AppDelegate.h | 2 +- cocoa/pe/AppDelegate.m | 2 +- cocoa/pe/Consts.h | 2 +- cocoa/pe/DetailsPanel.h | 2 +- cocoa/pe/DetailsPanel.m | 2 +- cocoa/pe/DirectoryPanel.h | 2 +- cocoa/pe/DirectoryPanel.m | 2 +- cocoa/pe/ResultWindow.h | 2 +- cocoa/pe/ResultWindow.m | 2 +- cocoa/pe/dg_cocoa.py | 2 +- cocoa/se/AppDelegate.h | 2 +- cocoa/se/AppDelegate.m | 2 +- cocoa/se/DetailsPanel.h | 2 +- cocoa/se/DetailsPanel.m | 2 +- cocoa/se/ResultWindow.h | 2 +- cocoa/se/ResultWindow.m | 2 +- cocoa/se/dg_cocoa.py | 2 +- configure.py | 2 +- core/app.py | 2 +- core/directories.py | 2 +- core/engine.py | 2 +- core/export.py | 2 +- core/fs.py | 2 +- core/gui/base.py | 2 +- core/gui/deletion_options.py | 2 +- core/gui/details_panel.py | 2 +- core/gui/directory_tree.py | 2 +- core/gui/ignore_list_dialog.py | 2 +- core/gui/ignore_list_table.py | 2 +- core/gui/prioritize_dialog.py | 2 +- core/gui/problem_dialog.py | 2 +- core/gui/problem_table.py | 2 +- core/gui/result_table.py | 2 +- core/gui/stats_label.py | 2 +- core/ignore.py | 2 +- core/markable.py | 2 +- core/prioritize.py | 2 +- core/results.py | 2 +- core/scanner.py | 2 +- core/tests/app_test.py | 2 +- core/tests/base.py | 2 +- core/tests/directories_test.py | 2 +- core/tests/engine_test.py | 2 +- core/tests/fs_test.py | 2 +- core/tests/ignore_test.py | 2 +- core/tests/markable_test.py | 2 +- core/tests/prioritize_test.py | 2 +- core/tests/result_table_test.py | 2 +- core/tests/results_test.py | 2 +- core/tests/scanner_test.py | 2 +- core_me/app.py | 2 +- core_me/fs.py | 2 +- core_me/prioritize.py | 2 +- core_me/result_table.py | 2 +- core_me/scanner.py | 2 +- core_me/tests/scanner_test.py | 2 +- core_pe/app.py | 2 +- core_pe/block.py | 2 +- core_pe/cache.py | 2 +- core_pe/exif.py | 2 +- core_pe/iphoto_plist.py | 2 +- core_pe/matchblock.py | 2 +- core_pe/matchexif.py | 2 +- core_pe/modules/block_osx.m | 2 +- core_pe/modules/common.h | 2 +- core_pe/photo.py | 2 +- core_pe/prioritize.py | 2 +- core_pe/result_table.py | 2 +- core_pe/scanner.py | 2 +- core_pe/tests/block_test.py | 2 +- core_pe/tests/cache_test.py | 2 +- core_se/app.py | 2 +- core_se/fs.py | 2 +- core_se/result_table.py | 2 +- hscommon/build.py | 2 +- hscommon/conflict.py | 2 +- hscommon/currency.py | 2 +- hscommon/debug.py | 2 +- hscommon/desktop.py | 2 +- hscommon/geometry.py | 2 +- hscommon/gui/base.py | 2 +- hscommon/gui/column.py | 2 +- hscommon/gui/progress_window.py | 2 +- hscommon/gui/selectable_list.py | 2 +- hscommon/gui/table.py | 2 +- hscommon/gui/text_field.py | 2 +- hscommon/gui/tree.py | 2 +- hscommon/notify.py | 2 +- hscommon/path.py | 2 +- hscommon/plat.py | 2 +- hscommon/sphinxgen.py | 2 +- hscommon/sqlite.py | 2 +- hscommon/tests/conflict_test.py | 2 +- hscommon/tests/currency_test.py | 2 +- hscommon/tests/notify_test.py | 2 +- hscommon/tests/path_test.py | 2 +- hscommon/tests/selectable_list_test.py | 2 +- hscommon/tests/sqlite_test.py | 2 +- hscommon/tests/table_test.py | 2 +- hscommon/tests/tree_test.py | 2 +- hscommon/tests/util_test.py | 2 +- hscommon/testutil.py | 2 +- hscommon/trans.py | 2 +- hscommon/util.py | 2 +- package.py | 2 +- qt/base/app.py | 2 +- qt/base/deletion_options.py | 2 +- qt/base/details_dialog.py | 2 +- qt/base/details_table.py | 2 +- qt/base/directories_dialog.py | 2 +- qt/base/directories_model.py | 2 +- qt/base/ignore_list_dialog.py | 2 +- qt/base/ignore_list_table.py | 2 +- qt/base/platform.py | 2 +- qt/base/preferences.py | 2 +- qt/base/preferences_dialog.py | 2 +- qt/base/prioritize_dialog.py | 2 +- qt/base/problem_dialog.py | 2 +- qt/base/problem_table.py | 2 +- qt/base/result_window.py | 2 +- qt/base/results_model.py | 2 +- qt/base/stats_label.py | 2 +- qt/me/app.py | 2 +- qt/me/details_dialog.py | 2 +- qt/me/preferences.py | 2 +- qt/me/preferences_dialog.py | 2 +- qt/me/results_model.py | 2 +- qt/pe/app.py | 2 +- qt/pe/block.py | 2 +- qt/pe/details_dialog.py | 2 +- qt/pe/preferences.py | 2 +- qt/pe/preferences_dialog.py | 2 +- qt/pe/result_window.py | 2 +- qt/pe/results_model.py | 2 +- qt/run_template.py | 2 +- qt/se/app.py | 2 +- qt/se/details_dialog.py | 2 +- qt/se/preferences.py | 2 +- qt/se/preferences_dialog.py | 2 +- qt/se/results_model.py | 2 +- qt/testapp.py | 2 +- qtlib/about_box.py | 2 +- qtlib/app.py | 2 +- qtlib/column.py | 2 +- qtlib/error_report_dialog.py | 2 +- qtlib/preferences.py | 2 +- qtlib/progress_window.py | 2 +- qtlib/radio_box.py | 2 +- qtlib/recent.py | 2 +- qtlib/search_edit.py | 2 +- qtlib/selectable_list.py | 2 +- qtlib/table.py | 2 +- qtlib/text_field.py | 2 +- qtlib/tree_model.py | 2 +- qtlib/util.py | 2 +- 196 files changed, 196 insertions(+), 196 deletions(-) diff --git a/build.py b/build.py index 01413699..654bd760 100644 --- a/build.py +++ b/build.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-12-30 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/cocoa/base/AppDelegateBase.h b/cocoa/base/AppDelegateBase.h index 00383254..adf75a29 100644 --- a/cocoa/base/AppDelegateBase.h +++ b/cocoa/base/AppDelegateBase.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/AppDelegateBase.m b/cocoa/base/AppDelegateBase.m index 5afbd8bf..f7d7769e 100644 --- a/cocoa/base/AppDelegateBase.m +++ b/cocoa/base/AppDelegateBase.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/Consts.h b/cocoa/base/Consts.h index 082ac283..3182aa69 100644 --- a/cocoa/base/Consts.h +++ b/cocoa/base/Consts.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/DeletionOptions.h b/cocoa/base/DeletionOptions.h index a943a885..5fa7ecaf 100644 --- a/cocoa/base/DeletionOptions.h +++ b/cocoa/base/DeletionOptions.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/DeletionOptions.m b/cocoa/base/DeletionOptions.m index 744b7725..45fa1d50 100644 --- a/cocoa/base/DeletionOptions.m +++ b/cocoa/base/DeletionOptions.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/DetailsPanelBase.h b/cocoa/base/DetailsPanelBase.h index 148778a2..33e4e9e7 100644 --- a/cocoa/base/DetailsPanelBase.h +++ b/cocoa/base/DetailsPanelBase.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/DetailsPanelBase.m b/cocoa/base/DetailsPanelBase.m index 4f4c804f..cef8d86d 100644 --- a/cocoa/base/DetailsPanelBase.m +++ b/cocoa/base/DetailsPanelBase.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/DirectoryOutline.h b/cocoa/base/DirectoryOutline.h index 0938d602..82098114 100644 --- a/cocoa/base/DirectoryOutline.h +++ b/cocoa/base/DirectoryOutline.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/DirectoryOutline.m b/cocoa/base/DirectoryOutline.m index fbf90959..071197e2 100644 --- a/cocoa/base/DirectoryOutline.m +++ b/cocoa/base/DirectoryOutline.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/DirectoryPanel.h b/cocoa/base/DirectoryPanel.h index 2b5fcae8..631010ff 100644 --- a/cocoa/base/DirectoryPanel.h +++ b/cocoa/base/DirectoryPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/DirectoryPanel.m b/cocoa/base/DirectoryPanel.m index 981f1c9b..513ede12 100644 --- a/cocoa/base/DirectoryPanel.m +++ b/cocoa/base/DirectoryPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/IgnoreListDialog.h b/cocoa/base/IgnoreListDialog.h index a82ed83f..2b6b8458 100644 --- a/cocoa/base/IgnoreListDialog.h +++ b/cocoa/base/IgnoreListDialog.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/IgnoreListDialog.m b/cocoa/base/IgnoreListDialog.m index 629f117e..f86bd24b 100644 --- a/cocoa/base/IgnoreListDialog.m +++ b/cocoa/base/IgnoreListDialog.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/PrioritizeDialog.h b/cocoa/base/PrioritizeDialog.h index 3fbe0249..2426fb7f 100644 --- a/cocoa/base/PrioritizeDialog.h +++ b/cocoa/base/PrioritizeDialog.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/PrioritizeDialog.m b/cocoa/base/PrioritizeDialog.m index 3d813af6..439106d3 100644 --- a/cocoa/base/PrioritizeDialog.m +++ b/cocoa/base/PrioritizeDialog.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/PrioritizeList.h b/cocoa/base/PrioritizeList.h index ca4ed500..dc464126 100644 --- a/cocoa/base/PrioritizeList.h +++ b/cocoa/base/PrioritizeList.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/PrioritizeList.m b/cocoa/base/PrioritizeList.m index b37cbf56..5bd189a9 100644 --- a/cocoa/base/PrioritizeList.m +++ b/cocoa/base/PrioritizeList.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/ProblemDialog.h b/cocoa/base/ProblemDialog.h index e6eb8ac9..72eceec0 100644 --- a/cocoa/base/ProblemDialog.h +++ b/cocoa/base/ProblemDialog.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/ProblemDialog.m b/cocoa/base/ProblemDialog.m index cfdc41af..efba1709 100644 --- a/cocoa/base/ProblemDialog.m +++ b/cocoa/base/ProblemDialog.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/ResultTable.h b/cocoa/base/ResultTable.h index cebc4a4f..fbb1974b 100644 --- a/cocoa/base/ResultTable.h +++ b/cocoa/base/ResultTable.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/ResultTable.m b/cocoa/base/ResultTable.m index e823d809..f14c580c 100644 --- a/cocoa/base/ResultTable.m +++ b/cocoa/base/ResultTable.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/ResultWindowBase.h b/cocoa/base/ResultWindowBase.h index 3322c409..3f330e28 100644 --- a/cocoa/base/ResultWindowBase.h +++ b/cocoa/base/ResultWindowBase.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/ResultWindowBase.m b/cocoa/base/ResultWindowBase.m index 9758a982..d8bc6ea6 100644 --- a/cocoa/base/ResultWindowBase.m +++ b/cocoa/base/ResultWindowBase.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/StatsLabel.h b/cocoa/base/StatsLabel.h index b3a4e405..7b83d2f8 100644 --- a/cocoa/base/StatsLabel.h +++ b/cocoa/base/StatsLabel.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/StatsLabel.m b/cocoa/base/StatsLabel.m index 1494a6d1..5dcaed7e 100644 --- a/cocoa/base/StatsLabel.m +++ b/cocoa/base/StatsLabel.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/base/main.m b/cocoa/base/main.m index c24e24c6..fea3fbd9 100644 --- a/cocoa/base/main.m +++ b/cocoa/base/main.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/inter/app_me.py b/cocoa/inter/app_me.py index f7d2efdb..1fa93e76 100644 --- a/cocoa/inter/app_me.py +++ b/cocoa/inter/app_me.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/11/16 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/cocoa/inter/app_pe.py b/cocoa/inter/app_pe.py index a47ef993..57b68535 100644 --- a/cocoa/inter/app_pe.py +++ b/cocoa/inter/app_pe.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/11/13 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/cocoa/inter/app_se.py b/cocoa/inter/app_se.py index 326c4059..12230db1 100644 --- a/cocoa/inter/app_se.py +++ b/cocoa/inter/app_se.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-24 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/cocoa/inter/deletion_options.py b/cocoa/inter/deletion_options.py index d4f63256..4946d38d 100644 --- a/cocoa/inter/deletion_options.py +++ b/cocoa/inter/deletion_options.py @@ -1,5 +1,5 @@ # Created On: 2012-05-30 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/cocoa/me/AppDelegate.h b/cocoa/me/AppDelegate.h index 7ada7958..d2323429 100644 --- a/cocoa/me/AppDelegate.h +++ b/cocoa/me/AppDelegate.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/me/AppDelegate.m b/cocoa/me/AppDelegate.m index 4de49ac1..007ac225 100644 --- a/cocoa/me/AppDelegate.m +++ b/cocoa/me/AppDelegate.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/me/Consts.h b/cocoa/me/Consts.h index 24d32b5d..3a8d7207 100644 --- a/cocoa/me/Consts.h +++ b/cocoa/me/Consts.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/me/DetailsPanel.h b/cocoa/me/DetailsPanel.h index 0d9b4063..91c177d0 100644 --- a/cocoa/me/DetailsPanel.h +++ b/cocoa/me/DetailsPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/me/DetailsPanel.m b/cocoa/me/DetailsPanel.m index 3d4b929e..5d4efd46 100644 --- a/cocoa/me/DetailsPanel.m +++ b/cocoa/me/DetailsPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/me/DirectoryPanel.h b/cocoa/me/DirectoryPanel.h index 04df96c8..5f2fb5d7 100644 --- a/cocoa/me/DirectoryPanel.h +++ b/cocoa/me/DirectoryPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/me/DirectoryPanel.m b/cocoa/me/DirectoryPanel.m index 42d02c84..9baf2a68 100644 --- a/cocoa/me/DirectoryPanel.m +++ b/cocoa/me/DirectoryPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/me/ResultWindow.h b/cocoa/me/ResultWindow.h index 6c7c593c..5a917d72 100644 --- a/cocoa/me/ResultWindow.h +++ b/cocoa/me/ResultWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/me/ResultWindow.m b/cocoa/me/ResultWindow.m index df2f1e7b..120cce52 100644 --- a/cocoa/me/ResultWindow.m +++ b/cocoa/me/ResultWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/me/dg_cocoa.py b/cocoa/me/dg_cocoa.py index 1c2e86b3..10603a6f 100644 --- a/cocoa/me/dg_cocoa.py +++ b/cocoa/me/dg_cocoa.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/cocoa/pe/AppDelegate.h b/cocoa/pe/AppDelegate.h index f2bf6ace..9fb18bdb 100644 --- a/cocoa/pe/AppDelegate.h +++ b/cocoa/pe/AppDelegate.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/pe/AppDelegate.m b/cocoa/pe/AppDelegate.m index 1a246e45..4fcc21a0 100644 --- a/cocoa/pe/AppDelegate.m +++ b/cocoa/pe/AppDelegate.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/pe/Consts.h b/cocoa/pe/Consts.h index f686c63d..0f59e44a 100644 --- a/cocoa/pe/Consts.h +++ b/cocoa/pe/Consts.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/pe/DetailsPanel.h b/cocoa/pe/DetailsPanel.h index 4a9b4fd7..91c34b00 100644 --- a/cocoa/pe/DetailsPanel.h +++ b/cocoa/pe/DetailsPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/pe/DetailsPanel.m b/cocoa/pe/DetailsPanel.m index 47a2874b..84c2acdb 100644 --- a/cocoa/pe/DetailsPanel.m +++ b/cocoa/pe/DetailsPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/pe/DirectoryPanel.h b/cocoa/pe/DirectoryPanel.h index dd29052f..602e1bdc 100644 --- a/cocoa/pe/DirectoryPanel.h +++ b/cocoa/pe/DirectoryPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/pe/DirectoryPanel.m b/cocoa/pe/DirectoryPanel.m index 320803b2..4013f137 100644 --- a/cocoa/pe/DirectoryPanel.m +++ b/cocoa/pe/DirectoryPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/pe/ResultWindow.h b/cocoa/pe/ResultWindow.h index 0b1b656d..cbbcc07b 100644 --- a/cocoa/pe/ResultWindow.h +++ b/cocoa/pe/ResultWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/pe/ResultWindow.m b/cocoa/pe/ResultWindow.m index f6168f9e..e3e27858 100644 --- a/cocoa/pe/ResultWindow.m +++ b/cocoa/pe/ResultWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/pe/dg_cocoa.py b/cocoa/pe/dg_cocoa.py index 97fb41ee..740bdf9b 100644 --- a/cocoa/pe/dg_cocoa.py +++ b/cocoa/pe/dg_cocoa.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/cocoa/se/AppDelegate.h b/cocoa/se/AppDelegate.h index ebe163b7..d0cee2a3 100644 --- a/cocoa/se/AppDelegate.h +++ b/cocoa/se/AppDelegate.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/se/AppDelegate.m b/cocoa/se/AppDelegate.m index a4cd41bf..375adb1b 100644 --- a/cocoa/se/AppDelegate.m +++ b/cocoa/se/AppDelegate.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/se/DetailsPanel.h b/cocoa/se/DetailsPanel.h index 0d9b4063..91c177d0 100644 --- a/cocoa/se/DetailsPanel.h +++ b/cocoa/se/DetailsPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/se/DetailsPanel.m b/cocoa/se/DetailsPanel.m index 3d4b929e..5d4efd46 100644 --- a/cocoa/se/DetailsPanel.m +++ b/cocoa/se/DetailsPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/se/ResultWindow.h b/cocoa/se/ResultWindow.h index 8b2941e7..2644485c 100644 --- a/cocoa/se/ResultWindow.h +++ b/cocoa/se/ResultWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/se/ResultWindow.m b/cocoa/se/ResultWindow.m index 0900687b..8d05717d 100644 --- a/cocoa/se/ResultWindow.m +++ b/cocoa/se/ResultWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoa/se/dg_cocoa.py b/cocoa/se/dg_cocoa.py index 5be01a48..ceb55bc8 100644 --- a/cocoa/se/dg_cocoa.py +++ b/cocoa/se/dg_cocoa.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/configure.py b/configure.py index 1de54688..628abf26 100644 --- a/configure.py +++ b/configure.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-12-30 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/app.py b/core/app.py index aed98fd3..cf836572 100644 --- a/core/app.py +++ b/core/app.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/11/11 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/directories.py b/core/directories.py index 2b76b737..3c1bc05a 100644 --- a/core/directories.py +++ b/core/directories.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/engine.py b/core/engine.py index 421f0583..8236bc8d 100644 --- a/core/engine.py +++ b/core/engine.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/01/29 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/export.py b/core/export.py index bde82628..3a63a5d4 100644 --- a/core/export.py +++ b/core/export.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/09/16 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/fs.py b/core/fs.py index d06c1184..1ce38eb8 100644 --- a/core/fs.py +++ b/core/fs.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-10-22 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/base.py b/core/gui/base.py index fd44a2d5..3aade5bf 100644 --- a/core/gui/base.py +++ b/core/gui/base.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-02-06 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/deletion_options.py b/core/gui/deletion_options.py index 48211bba..6ac4b7fa 100644 --- a/core/gui/deletion_options.py +++ b/core/gui/deletion_options.py @@ -1,5 +1,5 @@ # Created On: 2012-05-30 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/details_panel.py b/core/gui/details_panel.py index caf4d34a..9bbda473 100644 --- a/core/gui/details_panel.py +++ b/core/gui/details_panel.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-02-05 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/directory_tree.py b/core/gui/directory_tree.py index b7fdffeb..2107088f 100644 --- a/core/gui/directory_tree.py +++ b/core/gui/directory_tree.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-02-06 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/ignore_list_dialog.py b/core/gui/ignore_list_dialog.py index d2af4e6a..57b32544 100644 --- a/core/gui/ignore_list_dialog.py +++ b/core/gui/ignore_list_dialog.py @@ -1,5 +1,5 @@ # Created On: 2012/03/13 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/ignore_list_table.py b/core/gui/ignore_list_table.py index a25fab74..3da6d383 100644 --- a/core/gui/ignore_list_table.py +++ b/core/gui/ignore_list_table.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2012-03-13 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/prioritize_dialog.py b/core/gui/prioritize_dialog.py index bf48bcd0..c1e06129 100644 --- a/core/gui/prioritize_dialog.py +++ b/core/gui/prioritize_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-09-06 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/problem_dialog.py b/core/gui/problem_dialog.py index 49a78dd4..c09eb23e 100644 --- a/core/gui/problem_dialog.py +++ b/core/gui/problem_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-04-12 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/problem_table.py b/core/gui/problem_table.py index 59752af6..5cfe09f7 100644 --- a/core/gui/problem_table.py +++ b/core/gui/problem_table.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-04-12 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/result_table.py b/core/gui/result_table.py index 3e43eed9..ce47d868 100644 --- a/core/gui/result_table.py +++ b/core/gui/result_table.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-02-11 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/gui/stats_label.py b/core/gui/stats_label.py index 49e10b13..1eb2a3d2 100644 --- a/core/gui/stats_label.py +++ b/core/gui/stats_label.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-02-11 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/ignore.py b/core/ignore.py index fb13039b..a10dd75e 100644 --- a/core/ignore.py +++ b/core/ignore.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/05/02 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/markable.py b/core/markable.py index bfe59734..ccc5c8a0 100644 --- a/core/markable.py +++ b/core/markable.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/prioritize.py b/core/prioritize.py index edf81048..f9d83bae 100644 --- a/core/prioritize.py +++ b/core/prioritize.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011/09/07 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/results.py b/core/results.py index 73eb897c..c88af0db 100644 --- a/core/results.py +++ b/core/results.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/scanner.py b/core/scanner.py index c0609ba4..583097aa 100644 --- a/core/scanner.py +++ b/core/scanner.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/03/03 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/app_test.py b/core/tests/app_test.py index 6170be04..74592c07 100644 --- a/core/tests/app_test.py +++ b/core/tests/app_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2007-06-23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/base.py b/core/tests/base.py index d7b5aa65..618796b3 100644 --- a/core/tests/base.py +++ b/core/tests/base.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011/09/07 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/directories_test.py b/core/tests/directories_test.py index 16657f36..3b04fcd1 100644 --- a/core/tests/directories_test.py +++ b/core/tests/directories_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/engine_test.py b/core/tests/engine_test.py index 3f41c2a7..7b290cc1 100644 --- a/core/tests/engine_test.py +++ b/core/tests/engine_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/01/29 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/fs_test.py b/core/tests/fs_test.py index 96642976..676bf666 100644 --- a/core/tests/fs_test.py +++ b/core/tests/fs_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-10-23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/ignore_test.py b/core/tests/ignore_test.py index 4cf0ea2c..f3bfd277 100644 --- a/core/tests/ignore_test.py +++ b/core/tests/ignore_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/05/02 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/markable_test.py b/core/tests/markable_test.py index 7071102e..cdff8736 100644 --- a/core/tests/markable_test.py +++ b/core/tests/markable_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/prioritize_test.py b/core/tests/prioritize_test.py index eeddba1f..1e52c1a3 100644 --- a/core/tests/prioritize_test.py +++ b/core/tests/prioritize_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011/09/07 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/result_table_test.py b/core/tests/result_table_test.py index 59624bd3..e0224bbc 100644 --- a/core/tests/result_table_test.py +++ b/core/tests/result_table_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2013-07-28 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/results_test.py b/core/tests/results_test.py index f046743f..d7a7aa92 100644 --- a/core/tests/results_test.py +++ b/core/tests/results_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core/tests/scanner_test.py b/core/tests/scanner_test.py index 86cb3c98..ec3d41df 100644 --- a/core/tests/scanner_test.py +++ b/core/tests/scanner_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/03/03 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_me/app.py b/core_me/app.py index ed49aecc..6ae1ca14 100644 --- a/core_me/app.py +++ b/core_me/app.py @@ -1,5 +1,5 @@ # Created On: 2011/09/20 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_me/fs.py b/core_me/fs.py index 43e43037..6a3e7e64 100644 --- a/core_me/fs.py +++ b/core_me/fs.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-10-23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_me/prioritize.py b/core_me/prioritize.py index 99fd4940..b57fd45f 100644 --- a/core_me/prioritize.py +++ b/core_me/prioritize.py @@ -1,5 +1,5 @@ # Created On: 2011/09/16 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_me/result_table.py b/core_me/result_table.py index fc32afdb..78197a25 100644 --- a/core_me/result_table.py +++ b/core_me/result_table.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_me/scanner.py b/core_me/scanner.py index 7a25a49f..6f7c371b 100644 --- a/core_me/scanner.py +++ b/core_me/scanner.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/03/03 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_me/tests/scanner_test.py b/core_me/tests/scanner_test.py index f46905e8..70d53c87 100644 --- a/core_me/tests/scanner_test.py +++ b/core_me/tests/scanner_test.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2009-10-23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/app.py b/core_pe/app.py index 5bdc34c6..0c861b2f 100644 --- a/core_pe/app.py +++ b/core_pe/app.py @@ -1,5 +1,5 @@ # Created On: 2011/09/20 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/block.py b/core_pe/block.py index 0a707038..76b7ff4a 100644 --- a/core_pe/block.py +++ b/core_pe/block.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/09/01 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/cache.py b/core_pe/cache.py index c8fb127b..6010b0f5 100644 --- a/core_pe/cache.py +++ b/core_pe/cache.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/09/14 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/exif.py b/core_pe/exif.py index 3b46d7b9..6f8c5cf2 100644 --- a/core_pe/exif.py +++ b/core_pe/exif.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-04-20 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/iphoto_plist.py b/core_pe/iphoto_plist.py index dd0a831f..df65746b 100644 --- a/core_pe/iphoto_plist.py +++ b/core_pe/iphoto_plist.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2014-03-15 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/matchblock.py b/core_pe/matchblock.py index 85c047e5..c3d1866c 100644 --- a/core_pe/matchblock.py +++ b/core_pe/matchblock.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2007/02/25 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/matchexif.py b/core_pe/matchexif.py index d180161b..97d974c0 100644 --- a/core_pe/matchexif.py +++ b/core_pe/matchexif.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-04-20 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/modules/block_osx.m b/core_pe/modules/block_osx.m index d4d42e42..5bafb4f0 100644 --- a/core_pe/modules/block_osx.m +++ b/core_pe/modules/block_osx.m @@ -1,6 +1,6 @@ /* Created By: Virgil Dupras * Created On: 2010-02-04 - * Copyright 2014 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2015 Hardcoded Software (http://www.hardcoded.net) * * This software is licensed under the "BSD" License as described in the "LICENSE" file, * which should be included with this package. The terms are also available at diff --git a/core_pe/modules/common.h b/core_pe/modules/common.h index b7affad7..f615ed7a 100644 --- a/core_pe/modules/common.h +++ b/core_pe/modules/common.h @@ -1,6 +1,6 @@ /* Created By: Virgil Dupras * Created On: 2010-02-04 - * Copyright 2014 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2015 Hardcoded Software (http://www.hardcoded.net) * * This software is licensed under the "BSD" License as described in the "LICENSE" file, * which should be included with this package. The terms are also available at diff --git a/core_pe/photo.py b/core_pe/photo.py index fa57c929..759e3ea1 100644 --- a/core_pe/photo.py +++ b/core_pe/photo.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-05-29 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/prioritize.py b/core_pe/prioritize.py index fbad9187..a55e40d7 100644 --- a/core_pe/prioritize.py +++ b/core_pe/prioritize.py @@ -1,5 +1,5 @@ # Created On: 2011/09/16 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/result_table.py b/core_pe/result_table.py index c7f35e3d..b950b66d 100644 --- a/core_pe/result_table.py +++ b/core_pe/result_table.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/scanner.py b/core_pe/scanner.py index 7b2fc1ae..2d2dc60d 100644 --- a/core_pe/scanner.py +++ b/core_pe/scanner.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-10-18 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/tests/block_test.py b/core_pe/tests/block_test.py index 4e2483be..5568883d 100644 --- a/core_pe/tests/block_test.py +++ b/core_pe/tests/block_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/09/01 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_pe/tests/cache_test.py b/core_pe/tests/cache_test.py index 486116c5..2fb517d7 100644 --- a/core_pe/tests/cache_test.py +++ b/core_pe/tests/cache_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/09/14 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_se/app.py b/core_se/app.py index 1f89e274..107bc04e 100644 --- a/core_se/app.py +++ b/core_se/app.py @@ -1,5 +1,5 @@ # Created On: 2011/09/20 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_se/fs.py b/core_se/fs.py index 332f55bd..7e9e5ed4 100644 --- a/core_se/fs.py +++ b/core_se/fs.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2013-07-14 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/core_se/result_table.py b/core_se/result_table.py index 19aee8f8..63363b33 100644 --- a/core_se/result_table.py +++ b/core_se/result_table.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/build.py b/hscommon/build.py index b966f117..9158933b 100644 --- a/hscommon/build.py +++ b/hscommon/build.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-03-03 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/conflict.py b/hscommon/conflict.py index 2e2f632a..0b982b7e 100644 --- a/hscommon/conflict.py +++ b/hscommon/conflict.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2008-01-08 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/currency.py b/hscommon/currency.py index 202d1ea3..4ff22387 100644 --- a/hscommon/currency.py +++ b/hscommon/currency.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2008-04-20 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/debug.py b/hscommon/debug.py index dc1c38a2..a124e8b8 100644 --- a/hscommon/debug.py +++ b/hscommon/debug.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-04-19 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/desktop.py b/hscommon/desktop.py index 66049e79..2b0fc234 100644 --- a/hscommon/desktop.py +++ b/hscommon/desktop.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2013-10-12 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/geometry.py b/hscommon/geometry.py index 44702cb6..be4ddaca 100644 --- a/hscommon/geometry.py +++ b/hscommon/geometry.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-08-05 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/base.py b/hscommon/gui/base.py index ff17dd17..4a6f8256 100644 --- a/hscommon/gui/base.py +++ b/hscommon/gui/base.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011/09/09 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/column.py b/hscommon/gui/column.py index 3dfba57c..c1a2e1de 100644 --- a/hscommon/gui/column.py +++ b/hscommon/gui/column.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-07-25 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/progress_window.py b/hscommon/gui/progress_window.py index 0a6a0c3e..58ea6a79 100644 --- a/hscommon/gui/progress_window.py +++ b/hscommon/gui/progress_window.py @@ -1,5 +1,5 @@ # Created On: 2013/07/01 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/selectable_list.py b/hscommon/gui/selectable_list.py index 00a8fa56..e91c6528 100644 --- a/hscommon/gui/selectable_list.py +++ b/hscommon/gui/selectable_list.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-09-06 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/table.py b/hscommon/gui/table.py index 33471ecb..e34f8593 100644 --- a/hscommon/gui/table.py +++ b/hscommon/gui/table.py @@ -1,6 +1,6 @@ # Created By: Eric Mc Sween # Created On: 2008-05-29 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/text_field.py b/hscommon/gui/text_field.py index 735d5da3..5353f142 100644 --- a/hscommon/gui/text_field.py +++ b/hscommon/gui/text_field.py @@ -1,5 +1,5 @@ # Created On: 2012/01/23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/tree.py b/hscommon/gui/tree.py index 779ab762..24706782 100644 --- a/hscommon/gui/tree.py +++ b/hscommon/gui/tree.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/notify.py b/hscommon/notify.py index 88481ed8..25777d46 100644 --- a/hscommon/notify.py +++ b/hscommon/notify.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/path.py b/hscommon/path.py index 55a3ed42..653d951f 100644 --- a/hscommon/path.py +++ b/hscommon/path.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/21 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/plat.py b/hscommon/plat.py index 2b9c408b..2326ae85 100644 --- a/hscommon/plat.py +++ b/hscommon/plat.py @@ -1,5 +1,5 @@ # Created On: 2011/09/22 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/sphinxgen.py b/hscommon/sphinxgen.py index 2f887dda..d076becc 100644 --- a/hscommon/sphinxgen.py +++ b/hscommon/sphinxgen.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-01-12 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/sqlite.py b/hscommon/sqlite.py index 44fd31df..2b02d4cf 100644 --- a/hscommon/sqlite.py +++ b/hscommon/sqlite.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2007/05/19 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/conflict_test.py b/hscommon/tests/conflict_test.py index 70155b42..b58480e7 100644 --- a/hscommon/tests/conflict_test.py +++ b/hscommon/tests/conflict_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2008-01-08 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/currency_test.py b/hscommon/tests/currency_test.py index cc2a1a11..f1bc2288 100644 --- a/hscommon/tests/currency_test.py +++ b/hscommon/tests/currency_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2008-04-20 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/notify_test.py b/hscommon/tests/notify_test.py index e3f5b145..2561a639 100644 --- a/hscommon/tests/notify_test.py +++ b/hscommon/tests/notify_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/path_test.py b/hscommon/tests/path_test.py index 108a99e1..5a333114 100644 --- a/hscommon/tests/path_test.py +++ b/hscommon/tests/path_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/21 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/selectable_list_test.py b/hscommon/tests/selectable_list_test.py index 507daa9c..25617b6c 100644 --- a/hscommon/tests/selectable_list_test.py +++ b/hscommon/tests/selectable_list_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-09-06 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/sqlite_test.py b/hscommon/tests/sqlite_test.py index 2d1c0f68..b22292e3 100644 --- a/hscommon/tests/sqlite_test.py +++ b/hscommon/tests/sqlite_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2007/05/19 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/table_test.py b/hscommon/tests/table_test.py index b317186c..9d9017d5 100644 --- a/hscommon/tests/table_test.py +++ b/hscommon/tests/table_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2008-08-12 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/tree_test.py b/hscommon/tests/tree_test.py index 1030c2fa..6879428c 100644 --- a/hscommon/tests/tree_test.py +++ b/hscommon/tests/tree_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-02-12 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/util_test.py b/hscommon/tests/util_test.py index 2da3bfd1..8866fce0 100644 --- a/hscommon/tests/util_test.py +++ b/hscommon/tests/util_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-01-11 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/testutil.py b/hscommon/testutil.py index 935131a6..e74ee529 100644 --- a/hscommon/testutil.py +++ b/hscommon/testutil.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-11-14 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/trans.py b/hscommon/trans.py index 0f0cdfe6..1da62eac 100644 --- a/hscommon/trans.py +++ b/hscommon/trans.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-06-23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/util.py b/hscommon/util.py index 14bb1809..ba3d9327 100644 --- a/hscommon/util.py +++ b/hscommon/util.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-01-11 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/package.py b/package.py index b91e9f92..c0cd52ab 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-12-30 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/app.py b/qt/base/app.py index e8ab53eb..3051814f 100644 --- a/qt/base/app.py +++ b/qt/base/app.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-04-25 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/deletion_options.py b/qt/base/deletion_options.py index ed47c466..ba43b3b7 100644 --- a/qt/base/deletion_options.py +++ b/qt/base/deletion_options.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2012-05-30 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/details_dialog.py b/qt/base/details_dialog.py index 3f10ff6c..4e928503 100644 --- a/qt/base/details_dialog.py +++ b/qt/base/details_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-02-05 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/details_table.py b/qt/base/details_table.py index 34f0a5a1..5b8ca92f 100644 --- a/qt/base/details_table.py +++ b/qt/base/details_table.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-17 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/directories_dialog.py b/qt/base/directories_dialog.py index 2d293f70..4db30d42 100644 --- a/qt/base/directories_dialog.py +++ b/qt/base/directories_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-04-25 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/directories_model.py b/qt/base/directories_model.py index 8bcea30d..989a60ea 100644 --- a/qt/base/directories_model.py +++ b/qt/base/directories_model.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-04-25 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/ignore_list_dialog.py b/qt/base/ignore_list_dialog.py index 4e8c9350..bfc28e58 100644 --- a/qt/base/ignore_list_dialog.py +++ b/qt/base/ignore_list_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2012-03-13 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/ignore_list_table.py b/qt/base/ignore_list_table.py index 38fda902..faeada3f 100644 --- a/qt/base/ignore_list_table.py +++ b/qt/base/ignore_list_table.py @@ -1,5 +1,5 @@ # Created On: 2012-03-13 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/platform.py b/qt/base/platform.py index 8f62f12d..37ab4b3d 100644 --- a/qt/base/platform.py +++ b/qt/base/platform.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-09-27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/preferences.py b/qt/base/preferences.py index f04f2d23..2c1b43d9 100644 --- a/qt/base/preferences.py +++ b/qt/base/preferences.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-03 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/preferences_dialog.py b/qt/base/preferences_dialog.py index e7b681ac..0f5f71fc 100644 --- a/qt/base/preferences_dialog.py +++ b/qt/base/preferences_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-01-21 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/prioritize_dialog.py b/qt/base/prioritize_dialog.py index 1388c6da..a2001357 100644 --- a/qt/base/prioritize_dialog.py +++ b/qt/base/prioritize_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-09-06 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/problem_dialog.py b/qt/base/problem_dialog.py index ca84a274..84f097b4 100644 --- a/qt/base/problem_dialog.py +++ b/qt/base/problem_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-04-12 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/problem_table.py b/qt/base/problem_table.py index a1eb5db2..35bad54e 100644 --- a/qt/base/problem_table.py +++ b/qt/base/problem_table.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-04-12 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/result_window.py b/qt/base/result_window.py index fc7b1ac4..cab5127f 100644 --- a/qt/base/result_window.py +++ b/qt/base/result_window.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-04-25 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/results_model.py b/qt/base/results_model.py index 1c9d2087..7a2d3bd7 100644 --- a/qt/base/results_model.py +++ b/qt/base/results_model.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-04-23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/base/stats_label.py b/qt/base/stats_label.py index 158b5ac4..1bf99140 100644 --- a/qt/base/stats_label.py +++ b/qt/base/stats_label.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-02-12 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/me/app.py b/qt/me/app.py index 61099a3d..03aae532 100644 --- a/qt/me/app.py +++ b/qt/me/app.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-21 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/me/details_dialog.py b/qt/me/details_dialog.py index a5a4b6e4..f8d4e737 100644 --- a/qt/me/details_dialog.py +++ b/qt/me/details_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-04-27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/me/preferences.py b/qt/me/preferences.py index ab7b6005..7cbbf31f 100644 --- a/qt/me/preferences.py +++ b/qt/me/preferences.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-17 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/me/preferences_dialog.py b/qt/me/preferences_dialog.py index 804701bb..42bf3a35 100644 --- a/qt/me/preferences_dialog.py +++ b/qt/me/preferences_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-04-29 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/me/results_model.py b/qt/me/results_model.py index 19686b1f..3831739a 100644 --- a/qt/me/results_model.py +++ b/qt/me/results_model.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/pe/app.py b/qt/pe/app.py index 49fa80d9..fe4862e9 100644 --- a/qt/pe/app.py +++ b/qt/pe/app.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-04-25 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/pe/block.py b/qt/pe/block.py index c97d9ced..d7b90e12 100644 --- a/qt/pe/block.py +++ b/qt/pe/block.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-10 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/pe/details_dialog.py b/qt/pe/details_dialog.py index c41d9e2a..814bf18b 100644 --- a/qt/pe/details_dialog.py +++ b/qt/pe/details_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-04-27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/pe/preferences.py b/qt/pe/preferences.py index 533b1a77..f14bda6e 100644 --- a/qt/pe/preferences.py +++ b/qt/pe/preferences.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-17 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/pe/preferences_dialog.py b/qt/pe/preferences_dialog.py index 9167cc47..d4adf677 100644 --- a/qt/pe/preferences_dialog.py +++ b/qt/pe/preferences_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-04-29 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/pe/result_window.py b/qt/pe/result_window.py index 9c4436e6..5ec85994 100644 --- a/qt/pe/result_window.py +++ b/qt/pe/result_window.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/pe/results_model.py b/qt/pe/results_model.py index 3b8ead40..2ab1a6b8 100644 --- a/qt/pe/results_model.py +++ b/qt/pe/results_model.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/run_template.py b/qt/run_template.py index fee5fa78..c9c13105 100644 --- a/qt/run_template.py +++ b/qt/run_template.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/se/app.py b/qt/se/app.py index f620c3c6..e231cac7 100644 --- a/qt/se/app.py +++ b/qt/se/app.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-24 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/se/details_dialog.py b/qt/se/details_dialog.py index c25b0af7..dfefdf49 100644 --- a/qt/se/details_dialog.py +++ b/qt/se/details_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-24 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/se/preferences.py b/qt/se/preferences.py index 95ada55d..98e9ce19 100644 --- a/qt/se/preferences.py +++ b/qt/se/preferences.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-24 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/se/preferences_dialog.py b/qt/se/preferences_dialog.py index 701f2a80..cda2860c 100644 --- a/qt/se/preferences_dialog.py +++ b/qt/se/preferences_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-24 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/se/results_model.py b/qt/se/results_model.py index 07949faf..4908ddad 100644 --- a/qt/se/results_model.py +++ b/qt/se/results_model.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qt/testapp.py b/qt/testapp.py index 16ad337f..69693a6f 100644 --- a/qt/testapp.py +++ b/qt/testapp.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-10-04 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "HS" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/about_box.py b/qtlib/about_box.py index c6151103..d738529d 100644 --- a/qtlib/about_box.py +++ b/qtlib/about_box.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-09 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/app.py b/qtlib/app.py index f06c19c4..f28e1d48 100644 --- a/qtlib/app.py +++ b/qtlib/app.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2009-10-16 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/column.py b/qtlib/column.py index 6b4d2266..ff7901d9 100644 --- a/qtlib/column.py +++ b/qtlib/column.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-11-25 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/error_report_dialog.py b/qtlib/error_report_dialog.py index 1ff0abef..0a4abd82 100644 --- a/qtlib/error_report_dialog.py +++ b/qtlib/error_report_dialog.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/preferences.py b/qtlib/preferences.py index b83a7cb1..d61bb527 100644 --- a/qtlib/preferences.py +++ b/qtlib/preferences.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-03 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/progress_window.py b/qtlib/progress_window.py index 35471d03..a68ee106 100644 --- a/qtlib/progress_window.py +++ b/qtlib/progress_window.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2013-07-01 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/radio_box.py b/qtlib/radio_box.py index b53b40cd..5aa98320 100644 --- a/qtlib/radio_box.py +++ b/qtlib/radio_box.py @@ -1,5 +1,5 @@ # Created On: 2010-06-02 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/recent.py b/qtlib/recent.py index f85a5475..34e16dad 100644 --- a/qtlib/recent.py +++ b/qtlib/recent.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-11-12 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/search_edit.py b/qtlib/search_edit.py index 19e7ec30..71f230a4 100644 --- a/qtlib/search_edit.py +++ b/qtlib/search_edit.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-12-10 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/selectable_list.py b/qtlib/selectable_list.py index 529fb7cf..3177ba15 100644 --- a/qtlib/selectable_list.py +++ b/qtlib/selectable_list.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-09-06 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/table.py b/qtlib/table.py index 52151505..5b4c6806 100644 --- a/qtlib/table.py +++ b/qtlib/table.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-11-01 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/text_field.py b/qtlib/text_field.py index eabc1986..845b8f51 100644 --- a/qtlib/text_field.py +++ b/qtlib/text_field.py @@ -1,5 +1,5 @@ # Created On: 2012/01/23 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/tree_model.py b/qtlib/tree_model.py index 9e74c49e..b18f15f3 100644 --- a/qtlib/tree_model.py +++ b/qtlib/tree_model.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-09-14 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/qtlib/util.py b/qtlib/util.py index b3e7968a..24a10c91 100644 --- a/qtlib/util.py +++ b/qtlib/util.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-02-01 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at