From 0fea59007caff85275e529671e49fda17dd0a9ea Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 12 Apr 2011 10:04:01 +0200 Subject: [PATCH] Updated copyright year to 2011. --- LICENSE | 2 +- build.py | 2 +- cocoa/base/AppDelegate.h | 2 +- cocoa/base/AppDelegate.m | 2 +- cocoa/base/Consts.h | 2 +- cocoa/base/DetailsPanel.h | 2 +- cocoa/base/DetailsPanel.m | 2 +- cocoa/base/DirectoryOutline.h | 2 +- cocoa/base/DirectoryOutline.m | 2 +- cocoa/base/DirectoryPanel.h | 2 +- cocoa/base/DirectoryPanel.m | 2 +- cocoa/base/ExtraFairwareReminder.h | 2 +- cocoa/base/ExtraFairwareReminder.m | 2 +- cocoa/base/ProblemDialog.h | 2 +- cocoa/base/ProblemDialog.m | 2 +- cocoa/base/PyDetailsPanel.h | 2 +- cocoa/base/PyDirectoryOutline.h | 2 +- cocoa/base/PyDupeGuru.h | 2 +- cocoa/base/PyExtraFairwareReminder.h | 2 +- cocoa/base/PyProblemDialog.h | 2 +- cocoa/base/PyResultTable.h | 2 +- cocoa/base/PyStatsLabel.h | 2 +- cocoa/base/ResultTable.h | 2 +- cocoa/base/ResultTable.m | 2 +- cocoa/base/ResultWindow.h | 2 +- cocoa/base/ResultWindow.m | 2 +- cocoa/base/StatsLabel.h | 2 +- cocoa/base/StatsLabel.m | 2 +- cocoa/me/AppDelegate.h | 2 +- cocoa/me/AppDelegate.m | 2 +- cocoa/me/Consts.h | 2 +- cocoa/me/DirectoryPanel.h | 2 +- cocoa/me/DirectoryPanel.m | 2 +- cocoa/me/PyDupeGuru.h | 2 +- cocoa/me/ResultWindow.h | 2 +- cocoa/me/ResultWindow.m | 2 +- cocoa/me/dg_cocoa.py | 2 +- cocoa/me/main.m | 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/PyDupeGuru.h | 2 +- cocoa/pe/ResultWindow.h | 2 +- cocoa/pe/ResultWindow.m | 2 +- cocoa/pe/dg_cocoa.py | 2 +- cocoa/pe/main.m | 2 +- cocoa/se/AppDelegate.h | 2 +- cocoa/se/AppDelegate.m | 2 +- cocoa/se/PyDupeGuru.h | 2 +- cocoa/se/ResultWindow.h | 2 +- cocoa/se/ResultWindow.m | 2 +- cocoa/se/dg_cocoa.py | 2 +- cocoa/se/main.m | 2 +- configure.py | 2 +- core/app.py | 2 +- core/app_cocoa.py | 2 +- core/app_cocoa_inter.py | 2 +- core/data.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/details_panel.py | 2 +- core/gui/directory_tree.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/results.py | 2 +- core/scanner.py | 2 +- core/tests/app_test.py | 2 +- core/tests/data.py | 2 +- core/tests/directories_test.py | 2 +- core/tests/engine_test.py | 2 +- core/tests/ignore_test.py | 2 +- core/tests/results_test.py | 2 +- core/tests/scanner_test.py | 2 +- core_me/app_cocoa.py | 2 +- core_me/data.py | 2 +- core_me/fs.py | 2 +- core_me/scanner.py | 2 +- core_me/tests/scanner_test.py | 2 +- core_pe/app_cocoa.py | 2 +- core_pe/block.py | 2 +- core_pe/cache.py | 2 +- core_pe/data.py | 2 +- core_pe/matchbase.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/scanner.py | 2 +- core_pe/tests/block_test.py | 2 +- core_pe/tests/cache_test.py | 2 +- core_se/app_cocoa.py | 2 +- core_se/data.py | 2 +- core_se/fs.py | 2 +- core_se/tests/fs_test.py | 2 +- debian_me/copyright | 2 +- debian_pe/copyright | 2 +- debian_se/copyright | 2 +- package.py | 2 +- qt/base/app.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/platform.py | 2 +- qt/base/platform_lnx.py | 2 +- qt/base/platform_osx.py | 2 +- qt/base/platform_win.py | 2 +- qt/base/preferences.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/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/se/app.py | 2 +- qt/se/details_dialog.py | 2 +- qt/se/preferences.py | 2 +- qt/se/preferences_dialog.py | 2 +- qt/testapp.py | 2 +- run_template_qt.py | 2 +- 141 files changed, 141 insertions(+), 141 deletions(-) diff --git a/LICENSE b/LICENSE index 7fb20adf..5859381c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2010 Hardcoded Software Inc. (http://www.hardcoded.net) +Copyright 2011 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 68158634..ce494e0d 100644 --- a/build.py +++ b/build.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-12-30 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/AppDelegate.h b/cocoa/base/AppDelegate.h index 7012c077..576fee2c 100644 --- a/cocoa/base/AppDelegate.h +++ b/cocoa/base/AppDelegate.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/AppDelegate.m b/cocoa/base/AppDelegate.m index b4bb8e5c..f7b9a582 100644 --- a/cocoa/base/AppDelegate.m +++ b/cocoa/base/AppDelegate.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 42f0ebf8..92c4cb58 100644 --- a/cocoa/base/Consts.h +++ b/cocoa/base/Consts.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/DetailsPanel.h b/cocoa/base/DetailsPanel.h index cd7858a3..0fc9d9b1 100644 --- a/cocoa/base/DetailsPanel.h +++ b/cocoa/base/DetailsPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/DetailsPanel.m b/cocoa/base/DetailsPanel.m index dfb8388d..a46c4821 100644 --- a/cocoa/base/DetailsPanel.m +++ b/cocoa/base/DetailsPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 09821bc4..df855069 100644 --- a/cocoa/base/DirectoryOutline.h +++ b/cocoa/base/DirectoryOutline.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 31ee6b7f..89d2142c 100644 --- a/cocoa/base/DirectoryOutline.m +++ b/cocoa/base/DirectoryOutline.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 46805520..aae15e46 100644 --- a/cocoa/base/DirectoryPanel.h +++ b/cocoa/base/DirectoryPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 7b759914..8d27b970 100644 --- a/cocoa/base/DirectoryPanel.m +++ b/cocoa/base/DirectoryPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/ExtraFairwareReminder.h b/cocoa/base/ExtraFairwareReminder.h index 72c4ba52..35ef746a 100644 --- a/cocoa/base/ExtraFairwareReminder.h +++ b/cocoa/base/ExtraFairwareReminder.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/ExtraFairwareReminder.m b/cocoa/base/ExtraFairwareReminder.m index 057a0805..98dbbb07 100644 --- a/cocoa/base/ExtraFairwareReminder.m +++ b/cocoa/base/ExtraFairwareReminder.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 2fce9e4c..dd28bc47 100644 --- a/cocoa/base/ProblemDialog.h +++ b/cocoa/base/ProblemDialog.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 ee5953ce..05097146 100644 --- a/cocoa/base/ProblemDialog.m +++ b/cocoa/base/ProblemDialog.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/PyDetailsPanel.h b/cocoa/base/PyDetailsPanel.h index d60f8571..7dca4d4e 100644 --- a/cocoa/base/PyDetailsPanel.h +++ b/cocoa/base/PyDetailsPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/PyDirectoryOutline.h b/cocoa/base/PyDirectoryOutline.h index 4ede2d42..5ac068a2 100644 --- a/cocoa/base/PyDirectoryOutline.h +++ b/cocoa/base/PyDirectoryOutline.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/PyDupeGuru.h b/cocoa/base/PyDupeGuru.h index 44f670cd..5ef903b5 100644 --- a/cocoa/base/PyDupeGuru.h +++ b/cocoa/base/PyDupeGuru.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/PyExtraFairwareReminder.h b/cocoa/base/PyExtraFairwareReminder.h index 69d19245..ebfecfac 100644 --- a/cocoa/base/PyExtraFairwareReminder.h +++ b/cocoa/base/PyExtraFairwareReminder.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/PyProblemDialog.h b/cocoa/base/PyProblemDialog.h index ceda49ff..4077adbc 100644 --- a/cocoa/base/PyProblemDialog.h +++ b/cocoa/base/PyProblemDialog.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/PyResultTable.h b/cocoa/base/PyResultTable.h index e8913b2f..ef3c0db0 100644 --- a/cocoa/base/PyResultTable.h +++ b/cocoa/base/PyResultTable.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/PyStatsLabel.h b/cocoa/base/PyStatsLabel.h index 29933d1c..f9c50526 100644 --- a/cocoa/base/PyStatsLabel.h +++ b/cocoa/base/PyStatsLabel.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 7f547c1a..6dbc2cfe 100644 --- a/cocoa/base/ResultTable.h +++ b/cocoa/base/ResultTable.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 825ca877..ed11676e 100644 --- a/cocoa/base/ResultTable.m +++ b/cocoa/base/ResultTable.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/ResultWindow.h b/cocoa/base/ResultWindow.h index 5df1b4c3..14f0bf75 100644 --- a/cocoa/base/ResultWindow.h +++ b/cocoa/base/ResultWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/ResultWindow.m b/cocoa/base/ResultWindow.m index 5bb54d5f..5163aac0 100644 --- a/cocoa/base/ResultWindow.m +++ b/cocoa/base/ResultWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 c5237112..d8fd53bc 100644 --- a/cocoa/base/StatsLabel.h +++ b/cocoa/base/StatsLabel.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 a67d88a1..b2f15789 100644 --- a/cocoa/base/StatsLabel.m +++ b/cocoa/base/StatsLabel.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 b7a25028..99829296 100644 --- a/cocoa/me/AppDelegate.h +++ b/cocoa/me/AppDelegate.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 6dc51f77..c691b0cb 100644 --- a/cocoa/me/AppDelegate.m +++ b/cocoa/me/AppDelegate.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 d1215e2a..47f35c13 100644 --- a/cocoa/me/Consts.h +++ b/cocoa/me/Consts.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 4791f8ac..9c70c15c 100644 --- a/cocoa/me/DirectoryPanel.h +++ b/cocoa/me/DirectoryPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 2a47c753..14f2ce1f 100644 --- a/cocoa/me/DirectoryPanel.m +++ b/cocoa/me/DirectoryPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/PyDupeGuru.h b/cocoa/me/PyDupeGuru.h index e027778e..ac114c28 100644 --- a/cocoa/me/PyDupeGuru.h +++ b/cocoa/me/PyDupeGuru.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 e29e6c0c..29cb7268 100644 --- a/cocoa/me/ResultWindow.h +++ b/cocoa/me/ResultWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 22663776..7adc044f 100644 --- a/cocoa/me/ResultWindow.m +++ b/cocoa/me/ResultWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 09f1003c..3e5b05d0 100644 --- a/cocoa/me/dg_cocoa.py +++ b/cocoa/me/dg_cocoa.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/main.m b/cocoa/me/main.m index b5ea6b4d..7fedbb8e 100644 --- a/cocoa/me/main.m +++ b/cocoa/me/main.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 b536ebab..669b49e2 100644 --- a/cocoa/pe/AppDelegate.h +++ b/cocoa/pe/AppDelegate.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 2cc0e6fd..e4254b10 100644 --- a/cocoa/pe/AppDelegate.m +++ b/cocoa/pe/AppDelegate.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 9c67150d..12b47a57 100644 --- a/cocoa/pe/Consts.h +++ b/cocoa/pe/Consts.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 431e26e5..146eb5d2 100644 --- a/cocoa/pe/DetailsPanel.h +++ b/cocoa/pe/DetailsPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 c7f12cb7..692c2591 100644 --- a/cocoa/pe/DetailsPanel.m +++ b/cocoa/pe/DetailsPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 56b33286..b71f2abf 100644 --- a/cocoa/pe/DirectoryPanel.h +++ b/cocoa/pe/DirectoryPanel.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 05f3938a..43f81a6b 100644 --- a/cocoa/pe/DirectoryPanel.m +++ b/cocoa/pe/DirectoryPanel.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/PyDupeGuru.h b/cocoa/pe/PyDupeGuru.h index 051215c2..8270124b 100644 --- a/cocoa/pe/PyDupeGuru.h +++ b/cocoa/pe/PyDupeGuru.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 8aa1a214..c5618306 100644 --- a/cocoa/pe/ResultWindow.h +++ b/cocoa/pe/ResultWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 963e2e33..7bd864cd 100644 --- a/cocoa/pe/ResultWindow.m +++ b/cocoa/pe/ResultWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 ef8adaa3..0c224f44 100644 --- a/cocoa/pe/dg_cocoa.py +++ b/cocoa/pe/dg_cocoa.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/main.m b/cocoa/pe/main.m index b5ea6b4d..7fedbb8e 100644 --- a/cocoa/pe/main.m +++ b/cocoa/pe/main.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 b536ebab..669b49e2 100644 --- a/cocoa/se/AppDelegate.h +++ b/cocoa/se/AppDelegate.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 6e865f73..e470e07f 100644 --- a/cocoa/se/AppDelegate.m +++ b/cocoa/se/AppDelegate.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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/PyDupeGuru.h b/cocoa/se/PyDupeGuru.h index f45a062f..d546e046 100644 --- a/cocoa/se/PyDupeGuru.h +++ b/cocoa/se/PyDupeGuru.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 f16c2e56..15e2bab2 100644 --- a/cocoa/se/ResultWindow.h +++ b/cocoa/se/ResultWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 b117134d..cefeffa0 100644 --- a/cocoa/se/ResultWindow.m +++ b/cocoa/se/ResultWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 d15cfb93..ef80f082 100644 --- a/cocoa/se/dg_cocoa.py +++ b/cocoa/se/dg_cocoa.py @@ -1,4 +1,4 @@ -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/main.m b/cocoa/se/main.m index b5ea6b4d..7fedbb8e 100644 --- a/cocoa/se/main.m +++ b/cocoa/se/main.m @@ -1,5 +1,5 @@ /* -Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +Copyright 2011 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "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 2e793b09..7e638692 100644 --- a/configure.py +++ b/configure.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2009-12-30 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 0fde46cc..e4c34cb4 100644 --- a/core/app.py +++ b/core/app.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/11/11 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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_cocoa.py b/core/app_cocoa.py index 3a2c54ab..adf79231 100644 --- a/core/app_cocoa.py +++ b/core/app_cocoa.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/11/11 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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_cocoa_inter.py b/core/app_cocoa_inter.py index a42aac30..7b3a73e1 100644 --- a/core/app_cocoa_inter.py +++ b/core/app_cocoa_inter.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-02-02 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/data.py b/core/data.py index ff24ba6f..cae3e1aa 100644 --- a/core/data.py +++ b/core/data.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/03/15 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 7bdca852..ee3b46a6 100644 --- a/core/directories.py +++ b/core/directories.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/27 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 80d50c1e..4043e105 100644 --- a/core/engine.py +++ b/core/engine.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/01/29 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 7b586f08..05b74cd9 100644 --- a/core/export.py +++ b/core/export.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/09/16 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 27bc91d2..82ec1c3c 100644 --- a/core/fs.py +++ b/core/fs.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-10-22 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 3b9e0663..87e8557b 100644 --- a/core/gui/base.py +++ b/core/gui/base.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-02-06 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 249b2dff..5505fbfe 100644 --- a/core/gui/details_panel.py +++ b/core/gui/details_panel.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-02-05 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 ad633cba..d0617c6f 100644 --- a/core/gui/directory_tree.py +++ b/core/gui/directory_tree.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-02-06 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 318c051a..1f68503f 100644 --- a/core/gui/problem_dialog.py +++ b/core/gui/problem_dialog.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-04-12 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 344a4316..f283f0eb 100644 --- a/core/gui/problem_table.py +++ b/core/gui/problem_table.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-04-12 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 2fedb0be..b2f4e3a1 100644 --- a/core/gui/result_table.py +++ b/core/gui/result_table.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-02-11 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 f53fe693..2f9d22ba 100644 --- a/core/gui/stats_label.py +++ b/core/gui/stats_label.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-02-11 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 2b298a06..da8b2314 100644 --- a/core/ignore.py +++ b/core/ignore.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/05/02 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 a0e871b0..47b80427 100644 --- a/core/results.py +++ b/core/results.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/23 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 9df5197e..b07d2e47 100644 --- a/core/scanner.py +++ b/core/scanner.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/03/03 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 0fd04469..01213e64 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/data.py b/core/tests/data.py index 6caa395e..eca6c75c 100644 --- a/core/tests/data.py +++ b/core/tests/data.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-10-23 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 c7ec5601..4e9835a4 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 94bc817d..d9bb7db5 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 04affca9..636ceb86 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 86383ae6..2b181bbe 100644 --- a/core/tests/results_test.py +++ b/core/tests/results_test.py @@ -1,7 +1,7 @@ # Created By: Virgil Dupras # Created On: 2006/02/23 # $Id$ -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 ace67e70..a73a3e3f 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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_cocoa.py b/core_me/app_cocoa.py index f32db8a7..5d7e6c6a 100644 --- a/core_me/app_cocoa.py +++ b/core_me/app_cocoa.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/11/16 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/data.py b/core_me/data.py index 5929c223..3c3bbce8 100644 --- a/core_me/data.py +++ b/core_me/data.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/03/15 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 274ba10d..f0365251 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 26f56b1a..7b371d64 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 07cfae5d..41bac372 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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_cocoa.py b/core_pe/app_cocoa.py index 5abad822..be3293a9 100644 --- a/core_pe/app_cocoa.py +++ b/core_pe/app_cocoa.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/11/13 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 bdd6795e..cb49ecf7 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 db95fb0c..d746dff7 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/data.py b/core_pe/data.py index f76aeed1..be0a3488 100644 --- a/core_pe/data.py +++ b/core_pe/data.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/03/15 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/matchbase.py b/core_pe/matchbase.py index 30f513c1..f3953643 100644 --- a/core_pe/matchbase.py +++ b/core_pe/matchbase.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2007/02/25 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 c759e8fc..30b03b81 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 2010 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2011 Hardcoded Software (http://www.hardcoded.net) * * This software is licensed under the "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 e94309dd..fe50feb6 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 2010 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2011 Hardcoded Software (http://www.hardcoded.net) * * This software is licensed under the "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 efe9859f..c11de8d1 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 2010 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2011 Hardcoded Software (http://www.hardcoded.net) * * This software is licensed under the "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 d8db6a13..423416a4 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 2010 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2011 Hardcoded Software (http://www.hardcoded.net) * * This software is licensed under the "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 b9f3dd60..0518861f 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 2010 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2011 Hardcoded Software (http://www.hardcoded.net) * * This software is licensed under the "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 bb53a3d0..73829a99 100644 --- a/core_pe/scanner.py +++ b/core_pe/scanner.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2009-10-18 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 210c1906..d8b49b47 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 2a7d57b4..7b793c3d 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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_cocoa.py b/core_se/app_cocoa.py index 75758684..70e478c5 100644 --- a/core_se/app_cocoa.py +++ b/core_se/app_cocoa.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-24 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/data.py b/core_se/data.py index 50d9c782..1d42faa2 100644 --- a/core_se/data.py +++ b/core_se/data.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/03/15 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 234f8a82..32a16f21 100644 --- a/core_se/fs.py +++ b/core_se/fs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2009-10-23 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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/tests/fs_test.py b/core_se/tests/fs_test.py index bfeaac36..a9c263ce 100644 --- a/core_se/tests/fs_test.py +++ b/core_se/tests/fs_test.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2009-10-23 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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_me/copyright b/debian_me/copyright index 7c76e796..e9876b97 100644 --- a/debian_me/copyright +++ b/debian_me/copyright @@ -1,4 +1,4 @@ -Copyright 2010 Hardcoded Software Inc. (http://www.hardcoded.net) +Copyright 2011 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/debian_pe/copyright b/debian_pe/copyright index 7c76e796..e9876b97 100644 --- a/debian_pe/copyright +++ b/debian_pe/copyright @@ -1,4 +1,4 @@ -Copyright 2010 Hardcoded Software Inc. (http://www.hardcoded.net) +Copyright 2011 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/debian_se/copyright b/debian_se/copyright index 7c76e796..e9876b97 100644 --- a/debian_se/copyright +++ b/debian_se/copyright @@ -1,4 +1,4 @@ -Copyright 2010 Hardcoded Software Inc. (http://www.hardcoded.net) +Copyright 2011 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/package.py b/package.py index 1848dfe2..86ca6ed8 100644 --- a/package.py +++ b/package.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2009-12-30 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 bbb7454b..772adc9a 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 69107c7f..45f1e62c 100644 --- a/qt/base/details_dialog.py +++ b/qt/base/details_dialog.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-02-05 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 95e38732..13458479 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 51f3a432..3d74e87b 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 80c4ebc3..a2012ba2 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 60f6c749..32cc5e2e 100644 --- a/qt/base/platform.py +++ b/qt/base/platform.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2009-09-27 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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_lnx.py b/qt/base/platform_lnx.py index ee49a2ed..7ce4167a 100644 --- a/qt/base/platform_lnx.py +++ b/qt/base/platform_lnx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-02-13 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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_osx.py b/qt/base/platform_osx.py index c2550f05..24aad18d 100644 --- a/qt/base/platform_osx.py +++ b/qt/base/platform_osx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2009-10-14 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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_win.py b/qt/base/platform_win.py index 7e26aaca..2f56b931 100644 --- a/qt/base/platform_win.py +++ b/qt/base/platform_win.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2009-08-31 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 63c3436e..749ed719 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 d94cbcae..0e618da0 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 4f266bcd..6cb0103c 100644 --- a/qt/base/problem_table.py +++ b/qt/base/problem_table.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-04-12 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 45690ce2..8b05fc83 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 4638292a..6aab26be 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 203b53bc..a8835efa 100644 --- a/qt/base/stats_label.py +++ b/qt/base/stats_label.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Created By: Virgil Dupras # Created On: 2010-02-12 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 e4410cde..3c5ba3fb 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 70e694a1..b5587826 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 a1c64149..14a29123 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 f613c1fe..177ee856 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 031b50d7..46507fa0 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 005af299..4a874ff8 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 c7dee1d3..c01a73fd 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 f8638c80..dd5e8083 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 2010 Hardcoded Software (http://www.hardcoded.net) + * Copyright 2011 Hardcoded Software (http://www.hardcoded.net) * * This software is licensed under the "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 65363b71..8ae318fb 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 d7cb8b1f..4114b4af 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 3be41667..4b329ac0 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 ea9c0fea..2302f0ba 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 8717b813..08817015 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 f9592836..b243c93b 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 b83ce2c8..659f9082 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "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 61112d71..f2aa7fd4 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 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 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/run_template_qt.py b/run_template_qt.py index 408989a9..c1124bab 100644 --- a/run_template_qt.py +++ b/run_template_qt.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3.1 -# Copyright 2010 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at