From ca709a60cf597051c0fac9084b5bb71e0caaed99 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 19 Apr 2014 12:19:11 -0400 Subject: [PATCH] Updated copyright year to 2014 --- LICENSE | 2 +- 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/matchblock.py | 2 +- core_pe/matchexif.py | 2 +- core_pe/modules/block.c | 2 +- core_pe/modules/block_osx.m | 2 +- core_pe/modules/cache.c | 2 +- core_pe/modules/common.c | 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 +- debian/copyright | 2 +- hscommon/desktop.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/modules/block.c | 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 +- 158 files changed, 158 insertions(+), 158 deletions(-) diff --git a/LICENSE b/LICENSE index 7f6c8001..02af2ee2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2013 Hardcoded Software Inc. (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software Inc. (http://www.hardcoded.net) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/build.py b/build.py index 1a015520..f8275056 100644 --- a/build.py +++ b/build.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-12-30 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 d7f2e957..00383254 100644 --- a/cocoa/base/AppDelegateBase.h +++ b/cocoa/base/AppDelegateBase.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 3b44c8cd..5afbd8bf 100644 --- a/cocoa/base/AppDelegateBase.m +++ b/cocoa/base/AppDelegateBase.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 bd6309a3..082ac283 100644 --- a/cocoa/base/Consts.h +++ b/cocoa/base/Consts.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 1b062473..a943a885 100644 --- a/cocoa/base/DeletionOptions.h +++ b/cocoa/base/DeletionOptions.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 22294fa8..744b7725 100644 --- a/cocoa/base/DeletionOptions.m +++ b/cocoa/base/DeletionOptions.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 ab22894c..148778a2 100644 --- a/cocoa/base/DetailsPanelBase.h +++ b/cocoa/base/DetailsPanelBase.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 156b8336..4f4c804f 100644 --- a/cocoa/base/DetailsPanelBase.m +++ b/cocoa/base/DetailsPanelBase.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 67dd9150..0938d602 100644 --- a/cocoa/base/DirectoryOutline.h +++ b/cocoa/base/DirectoryOutline.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 fc0e7dcf..fbf90959 100644 --- a/cocoa/base/DirectoryOutline.m +++ b/cocoa/base/DirectoryOutline.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 4caaeff9..2b5fcae8 100644 --- a/cocoa/base/DirectoryPanel.h +++ b/cocoa/base/DirectoryPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 9026aeb5..981f1c9b 100644 --- a/cocoa/base/DirectoryPanel.m +++ b/cocoa/base/DirectoryPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 55dcd527..a82ed83f 100644 --- a/cocoa/base/IgnoreListDialog.h +++ b/cocoa/base/IgnoreListDialog.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 f41e6dcf..629f117e 100644 --- a/cocoa/base/IgnoreListDialog.m +++ b/cocoa/base/IgnoreListDialog.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 72b534c6..3fbe0249 100644 --- a/cocoa/base/PrioritizeDialog.h +++ b/cocoa/base/PrioritizeDialog.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 243dc89a..3d813af6 100644 --- a/cocoa/base/PrioritizeDialog.m +++ b/cocoa/base/PrioritizeDialog.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 4e043697..ca4ed500 100644 --- a/cocoa/base/PrioritizeList.h +++ b/cocoa/base/PrioritizeList.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 89195f5d..b37cbf56 100644 --- a/cocoa/base/PrioritizeList.m +++ b/cocoa/base/PrioritizeList.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 95730bb5..e6eb8ac9 100644 --- a/cocoa/base/ProblemDialog.h +++ b/cocoa/base/ProblemDialog.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 fe95b3d1..cfdc41af 100644 --- a/cocoa/base/ProblemDialog.m +++ b/cocoa/base/ProblemDialog.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 d83d455d..cebc4a4f 100644 --- a/cocoa/base/ResultTable.h +++ b/cocoa/base/ResultTable.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 e51eb630..e823d809 100644 --- a/cocoa/base/ResultTable.m +++ b/cocoa/base/ResultTable.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 4a17fff5..3322c409 100644 --- a/cocoa/base/ResultWindowBase.h +++ b/cocoa/base/ResultWindowBase.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 d77c3e7e..9758a982 100644 --- a/cocoa/base/ResultWindowBase.m +++ b/cocoa/base/ResultWindowBase.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 1eb3f0dd..b3a4e405 100644 --- a/cocoa/base/StatsLabel.h +++ b/cocoa/base/StatsLabel.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 95ec081f..1494a6d1 100644 --- a/cocoa/base/StatsLabel.m +++ b/cocoa/base/StatsLabel.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 f403d605..c24e24c6 100644 --- a/cocoa/base/main.m +++ b/cocoa/base/main.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 88e4c1bf..f7d2efdb 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 ebaf802a..a47ef993 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 9a22b6b7..326c4059 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 d5310253..d4f63256 100644 --- a/cocoa/inter/deletion_options.py +++ b/cocoa/inter/deletion_options.py @@ -1,5 +1,5 @@ # Created On: 2012-05-30 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 656ec809..7ada7958 100644 --- a/cocoa/me/AppDelegate.h +++ b/cocoa/me/AppDelegate.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 85c1ef7c..4de49ac1 100644 --- a/cocoa/me/AppDelegate.m +++ b/cocoa/me/AppDelegate.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 9af1e270..24d32b5d 100644 --- a/cocoa/me/Consts.h +++ b/cocoa/me/Consts.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 aa2ea4e5..0d9b4063 100644 --- a/cocoa/me/DetailsPanel.h +++ b/cocoa/me/DetailsPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 e6230429..3d4b929e 100644 --- a/cocoa/me/DetailsPanel.m +++ b/cocoa/me/DetailsPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 ce82e409..04df96c8 100644 --- a/cocoa/me/DirectoryPanel.h +++ b/cocoa/me/DirectoryPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 a791383c..42d02c84 100644 --- a/cocoa/me/DirectoryPanel.m +++ b/cocoa/me/DirectoryPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 42fb3033..6c7c593c 100644 --- a/cocoa/me/ResultWindow.h +++ b/cocoa/me/ResultWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 52829d63..df2f1e7b 100644 --- a/cocoa/me/ResultWindow.m +++ b/cocoa/me/ResultWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 52eb14a3..1c2e86b3 100644 --- a/cocoa/me/dg_cocoa.py +++ b/cocoa/me/dg_cocoa.py @@ -1,4 +1,4 @@ -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 572802bb..f2bf6ace 100644 --- a/cocoa/pe/AppDelegate.h +++ b/cocoa/pe/AppDelegate.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 bb8da82c..1a246e45 100644 --- a/cocoa/pe/AppDelegate.m +++ b/cocoa/pe/AppDelegate.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 ccc4ce1e..f686c63d 100644 --- a/cocoa/pe/Consts.h +++ b/cocoa/pe/Consts.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 376542e1..4a9b4fd7 100644 --- a/cocoa/pe/DetailsPanel.h +++ b/cocoa/pe/DetailsPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 ca45145f..47a2874b 100644 --- a/cocoa/pe/DetailsPanel.m +++ b/cocoa/pe/DetailsPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 a5462e45..dd29052f 100644 --- a/cocoa/pe/DirectoryPanel.h +++ b/cocoa/pe/DirectoryPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 333db3a6..320803b2 100644 --- a/cocoa/pe/DirectoryPanel.m +++ b/cocoa/pe/DirectoryPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 6a81f94d..0b1b656d 100644 --- a/cocoa/pe/ResultWindow.h +++ b/cocoa/pe/ResultWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 93cb19a7..f6168f9e 100644 --- a/cocoa/pe/ResultWindow.m +++ b/cocoa/pe/ResultWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 382ed6fd..97fb41ee 100644 --- a/cocoa/pe/dg_cocoa.py +++ b/cocoa/pe/dg_cocoa.py @@ -1,4 +1,4 @@ -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 d884c119..ebe163b7 100644 --- a/cocoa/se/AppDelegate.h +++ b/cocoa/se/AppDelegate.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 0a17871e..a4cd41bf 100644 --- a/cocoa/se/AppDelegate.m +++ b/cocoa/se/AppDelegate.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 aa2ea4e5..0d9b4063 100644 --- a/cocoa/se/DetailsPanel.h +++ b/cocoa/se/DetailsPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 e6230429..3d4b929e 100644 --- a/cocoa/se/DetailsPanel.m +++ b/cocoa/se/DetailsPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 2ba9297c..8b2941e7 100644 --- a/cocoa/se/ResultWindow.h +++ b/cocoa/se/ResultWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 65461b87..0900687b 100644 --- a/cocoa/se/ResultWindow.m +++ b/cocoa/se/ResultWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 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 4ff10eca..5be01a48 100644 --- a/cocoa/se/dg_cocoa.py +++ b/cocoa/se/dg_cocoa.py @@ -1,4 +1,4 @@ -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 67845313..0952673e 100644 --- a/configure.py +++ b/configure.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-12-30 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 73aeae8c..429119f6 100644 --- a/core/app.py +++ b/core/app.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/11/11 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 1a82e183..f1893bc1 100644 --- a/core/directories.py +++ b/core/directories.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/27 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 8ba48c21..14fe5cc6 100644 --- a/core/engine.py +++ b/core/engine.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/01/29 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 3ae2afa9..3dc6b6c4 100644 --- a/core/export.py +++ b/core/export.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/09/16 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 fddcd411..78c764e8 100644 --- a/core/fs.py +++ b/core/fs.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-10-22 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 dec9f8da..8b973f8b 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 54dcdd86..48211bba 100644 --- a/core/gui/deletion_options.py +++ b/core/gui/deletion_options.py @@ -1,5 +1,5 @@ # Created On: 2012-05-30 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 1b03e0ce..caf4d34a 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 cc427b1c..b7fdffeb 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 9f7c4d81..d2af4e6a 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 ad2671b6..a25fab74 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 4b71eade..3d80c2ef 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 9271ae83..49a78dd4 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 d306035c..59752af6 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 155db06f..3e43eed9 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 08d17f93..49e10b13 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 3ddc45bc..a15cd0dd 100644 --- a/core/ignore.py +++ b/core/ignore.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/05/02 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 c3c3341f..bfe59734 100644 --- a/core/markable.py +++ b/core/markable.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/23 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 fb77611e..edf81048 100644 --- a/core/prioritize.py +++ b/core/prioritize.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011/09/07 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 724a6d48..3da81d23 100644 --- a/core/results.py +++ b/core/results.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/23 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 30f34369..69db00a7 100644 --- a/core/scanner.py +++ b/core/scanner.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/03/03 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 0d07e225..35206090 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 0b45e29f..55db4f04 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 e5eef713..16657f36 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 28cb5734..592f0d76 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 059e2020..96642976 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 36d97592..4cf0ea2c 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 b2719073..7071102e 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 fd431856..eeddba1f 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 82b0636a..59624bd3 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 e6803564..f046743f 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 a2c322a1..2e6a21e6 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 a49499ea..662cdf5f 100644 --- a/core_me/app.py +++ b/core_me/app.py @@ -1,5 +1,5 @@ # Created On: 2011/09/20 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 27314628..35f7bebc 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 c2a35f40..649392be 100644 --- a/core_me/prioritize.py +++ b/core_me/prioritize.py @@ -1,5 +1,5 @@ # Created On: 2011/09/16 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 f7e059c0..fc32afdb 100644 --- a/core_me/result_table.py +++ b/core_me/result_table.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 05798bef..7a25a49f 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 9d9ab0f3..f46905e8 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 05927096..e8e7b0ca 100644 --- a/core_pe/app.py +++ b/core_pe/app.py @@ -1,5 +1,5 @@ # Created On: 2011/09/20 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 23a71cf1..565a112e 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 a0389dfd..81e8031a 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 560a6504..93841fa6 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 055eb028..ddd49334 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 30b8459f..7b461e0e 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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.c b/core_pe/modules/block.c index 442064b3..c9cc8a09 100644 --- a/core_pe/modules/block.c +++ b/core_pe/modules/block.c @@ -1,6 +1,6 @@ /* Created By: Virgil Dupras * Created On: 2010-01-30 - * Copyright 2013 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2014 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 e94117ad..d4d42e42 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 2013 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2014 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/cache.c b/core_pe/modules/cache.c index fc971d65..1ebb611f 100644 --- a/core_pe/modules/cache.c +++ b/core_pe/modules/cache.c @@ -1,6 +1,6 @@ /* Created By: Virgil Dupras * Created On: 2010-01-30 - * Copyright 2013 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2014 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.c b/core_pe/modules/common.c index 78e7ea04..8db10608 100644 --- a/core_pe/modules/common.c +++ b/core_pe/modules/common.c @@ -1,6 +1,6 @@ /* Created By: Virgil Dupras * Created On: 2010-02-04 - * Copyright 2013 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2014 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 13be5e5c..b7affad7 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 2013 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2014 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 09185c92..61f0cab3 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 a3db5be3..d65c8d73 100644 --- a/core_pe/prioritize.py +++ b/core_pe/prioritize.py @@ -1,5 +1,5 @@ # Created On: 2011/09/16 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 302e5539..c7f35e3d 100644 --- a/core_pe/result_table.py +++ b/core_pe/result_table.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 7aaf6b34..7b2fc1ae 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 6ef988de..4e2483be 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 705430eb..486116c5 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 cacd2e7d..1f89e274 100644 --- a/core_se/app.py +++ b/core_se/app.py @@ -1,5 +1,5 @@ # Created On: 2011/09/20 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 6e867a4b..332f55bd 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 75f4b134..19aee8f8 100644 --- a/core_se/result_table.py +++ b/core_se/result_table.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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/debian/copyright b/debian/copyright index 83a6fbcf..7bfbd35a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Copyright 2013 Hardcoded Software Inc. (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software Inc. (http://www.hardcoded.net) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/hscommon/desktop.py b/hscommon/desktop.py index 1423a3cb..bb7e7a44 100644 --- a/hscommon/desktop.py +++ b/hscommon/desktop.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2013-10-12 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 24e3732e..ae0b2363 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-12-30 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 4518269c..d3ada847 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 eddc6125..ef570931 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 71eb6923..3f10ff6c 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 ece4d09a..34f0a5a1 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 c3bd4fa4..a8cef71f 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 77dbceb2..6c9e8759 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 2acf9dde..5c6dd2ee 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 58321995..38fda902 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 cb66262c..8f62f12d 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 bfb592d6..f04f2d23 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 ce3a3596..39dfce63 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 74429bc5..89b90258 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 b8df3cb6..b616a6d2 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 914903b6..a1eb5db2 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 34978a8b..3a2c2efc 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 44121801..1c9d2087 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 ec18f5a0..158b5ac4 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 9c1bd8bd..61099a3d 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 b651f234..a5a4b6e4 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 3b788096..ab7b6005 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 448c3de1..5d93f7f8 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 644f2ec8..b86a5f64 100644 --- a/qt/me/results_model.py +++ b/qt/me/results_model.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 d90f18e9..49fa80d9 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 5123e34d..2e5f2654 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 e9b01678..c41d9e2a 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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/modules/block.c b/qt/pe/modules/block.c index 2d9666f4..98c7fe09 100644 --- a/qt/pe/modules/block.c +++ b/qt/pe/modules/block.c @@ -1,6 +1,6 @@ /* Created By: Virgil Dupras * Created On: 2010-01-31 - * Copyright 2013 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2014 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 02c43764..533b1a77 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 ca15d343..6a7155aa 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 ae7bce16..9c4436e6 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 b7986c31..6e85980e 100644 --- a/qt/pe/results_model.py +++ b/qt/pe/results_model.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 22070f9b..fee5fa78 100644 --- a/qt/run_template.py +++ b/qt/run_template.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 1a82e252..1e7ce398 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 47c892ea..c25b0af7 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 e005f8dc..95ada55d 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 e65ef70c..13722199 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 991becd0..978ef582 100644 --- a/qt/se/results_model.py +++ b/qt/se/results_model.py @@ -1,5 +1,5 @@ # Created On: 2011-11-27 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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 7e3e9a73..16ad337f 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 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 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