From 4886982d43be531e5c2a7fb1f1267b182e101bff Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 30 Sep 2010 12:17:41 +0200 Subject: [PATCH] Re-licensed to BSD --- LICENSE | 1 - build.py | 4 ++-- cocoa/base/AppDelegate.h | 4 ++-- cocoa/base/AppDelegate.m | 4 ++-- cocoa/base/Consts.h | 4 ++-- cocoa/base/DetailsPanel.h | 4 ++-- cocoa/base/DetailsPanel.m | 4 ++-- cocoa/base/DirectoryOutline.h | 4 ++-- cocoa/base/DirectoryOutline.m | 4 ++-- cocoa/base/DirectoryPanel.h | 4 ++-- cocoa/base/DirectoryPanel.m | 4 ++-- cocoa/base/ProblemDialog.h | 4 ++-- cocoa/base/ProblemDialog.m | 4 ++-- cocoa/base/PyDetailsPanel.h | 4 ++-- cocoa/base/PyDirectoryOutline.h | 4 ++-- cocoa/base/PyDupeGuru.h | 4 ++-- cocoa/base/PyProblemDialog.h | 4 ++-- cocoa/base/PyResultTable.h | 4 ++-- cocoa/base/PyStatsLabel.h | 4 ++-- cocoa/base/ResultTable.h | 4 ++-- cocoa/base/ResultTable.m | 4 ++-- cocoa/base/ResultWindow.h | 4 ++-- cocoa/base/ResultWindow.m | 4 ++-- cocoa/base/StatsLabel.h | 4 ++-- cocoa/base/StatsLabel.m | 4 ++-- cocoa/me/AppDelegate.h | 4 ++-- cocoa/me/AppDelegate.m | 4 ++-- cocoa/me/Consts.h | 4 ++-- cocoa/me/DirectoryPanel.h | 4 ++-- cocoa/me/DirectoryPanel.m | 4 ++-- cocoa/me/PyDupeGuru.h | 4 ++-- cocoa/me/ResultWindow.h | 4 ++-- cocoa/me/ResultWindow.m | 4 ++-- cocoa/me/dg_cocoa.py | 4 ++-- cocoa/me/main.m | 4 ++-- cocoa/pe/AppDelegate.h | 4 ++-- cocoa/pe/AppDelegate.m | 4 ++-- cocoa/pe/Consts.h | 4 ++-- cocoa/pe/DetailsPanel.h | 4 ++-- cocoa/pe/DetailsPanel.m | 4 ++-- cocoa/pe/DirectoryPanel.h | 4 ++-- cocoa/pe/DirectoryPanel.m | 4 ++-- cocoa/pe/PyDupeGuru.h | 4 ++-- cocoa/pe/ResultWindow.h | 4 ++-- cocoa/pe/ResultWindow.m | 4 ++-- cocoa/pe/dg_cocoa.py | 4 ++-- cocoa/pe/main.m | 4 ++-- cocoa/se/AppDelegate.h | 4 ++-- cocoa/se/AppDelegate.m | 4 ++-- cocoa/se/PyDupeGuru.h | 4 ++-- cocoa/se/ResultWindow.h | 4 ++-- cocoa/se/ResultWindow.m | 4 ++-- cocoa/se/dg_cocoa.py | 4 ++-- cocoa/se/main.m | 4 ++-- configure.py | 4 ++-- core/app.py | 4 ++-- core/app_cocoa.py | 4 ++-- core/app_cocoa_inter.py | 4 ++-- core/data.py | 4 ++-- core/directories.py | 4 ++-- core/engine.py | 4 ++-- core/export.py | 4 ++-- core/fs.py | 4 ++-- core/gui/base.py | 4 ++-- core/gui/details_panel.py | 4 ++-- core/gui/directory_tree.py | 4 ++-- core/gui/problem_dialog.py | 4 ++-- core/gui/problem_table.py | 4 ++-- core/gui/result_table.py | 4 ++-- core/gui/stats_label.py | 4 ++-- core/ignore.py | 4 ++-- core/results.py | 4 ++-- core/scanner.py | 4 ++-- core/tests/app_test.py | 4 ++-- core/tests/data.py | 4 ++-- core/tests/directories_test.py | 4 ++-- core/tests/engine_test.py | 4 ++-- core/tests/ignore_test.py | 4 ++-- core/tests/results_test.py | 4 ++-- core/tests/scanner_test.py | 4 ++-- core_me/app_cocoa.py | 4 ++-- core_me/data.py | 4 ++-- core_me/fs.py | 4 ++-- core_me/scanner.py | 4 ++-- core_me/tests/scanner_test.py | 4 ++-- core_pe/app_cocoa.py | 4 ++-- core_pe/block.py | 4 ++-- core_pe/cache.py | 4 ++-- core_pe/data.py | 4 ++-- core_pe/matchbase.py | 4 ++-- core_pe/modules/block.c | 4 ++-- core_pe/modules/block_osx.m | 4 ++-- core_pe/modules/cache.c | 4 ++-- core_pe/modules/common.c | 4 ++-- core_pe/modules/common.h | 4 ++-- core_pe/scanner.py | 4 ++-- core_pe/tests/block_test.py | 4 ++-- core_pe/tests/cache_test.py | 4 ++-- core_se/app_cocoa.py | 4 ++-- core_se/data.py | 4 ++-- core_se/fs.py | 4 ++-- core_se/tests/fs_test.py | 4 ++-- package.py | 4 ++-- qt/base/app.py | 4 ++-- qt/base/details_dialog.py | 4 ++-- qt/base/details_table.py | 4 ++-- qt/base/directories_dialog.py | 4 ++-- qt/base/directories_model.py | 4 ++-- qt/base/main_window.py | 4 ++-- qt/base/platform.py | 4 ++-- qt/base/platform_lnx.py | 4 ++-- qt/base/platform_osx.py | 4 ++-- qt/base/platform_win.py | 4 ++-- qt/base/preferences.py | 4 ++-- qt/base/problem_dialog.py | 4 ++-- qt/base/problem_table.py | 4 ++-- qt/base/results_model.py | 4 ++-- qt/base/stats_label.py | 4 ++-- qt/me/app.py | 4 ++-- qt/me/details_dialog.py | 4 ++-- qt/me/preferences.py | 4 ++-- qt/me/preferences_dialog.py | 4 ++-- qt/me/profile.py | 4 ++-- qt/me/start.py | 4 ++-- qt/pe/app.py | 4 ++-- qt/pe/block.py | 4 ++-- qt/pe/details_dialog.py | 4 ++-- qt/pe/main_window.py | 4 ++-- qt/pe/modules/block.c | 4 ++-- qt/pe/preferences.py | 4 ++-- qt/pe/preferences_dialog.py | 4 ++-- qt/pe/profile.py | 4 ++-- qt/pe/start.py | 4 ++-- qt/se/app.py | 4 ++-- qt/se/details_dialog.py | 4 ++-- qt/se/preferences.py | 4 ++-- qt/se/preferences_dialog.py | 4 ++-- qt/se/profile.py | 4 ++-- qt/se/start.py | 4 ++-- run.py | 4 ++-- 140 files changed, 278 insertions(+), 279 deletions(-) diff --git a/LICENSE b/LICENSE index 25c0e61a..7fb20adf 100644 --- a/LICENSE +++ b/LICENSE @@ -6,6 +6,5 @@ Redistribution and use in source and binary forms, with or without modification, * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Hardcoded Software Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - * If the source code has been published less than two years ago, any redistribution, in whole or in part, must retain full licensing functionality, without any attempt to change, obscure or in other ways circumvent its intent. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/build.py b/build.py index 8e26f02e..c0a05f33 100644 --- a/build.py +++ b/build.py @@ -3,9 +3,9 @@ # Created On: 2009-12-30 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys import os diff --git a/cocoa/base/AppDelegate.h b/cocoa/base/AppDelegate.h index 22ababaa..195e029a 100644 --- a/cocoa/base/AppDelegate.h +++ b/cocoa/base/AppDelegate.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/AppDelegate.m b/cocoa/base/AppDelegate.m index f0807ddc..98c6d60f 100644 --- a/cocoa/base/AppDelegate.m +++ b/cocoa/base/AppDelegate.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "AppDelegate.h" diff --git a/cocoa/base/Consts.h b/cocoa/base/Consts.h index 29b8c636..85d8fe60 100644 --- a/cocoa/base/Consts.h +++ b/cocoa/base/Consts.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/DetailsPanel.h b/cocoa/base/DetailsPanel.h index c0c2f202..50bcef87 100644 --- a/cocoa/base/DetailsPanel.h +++ b/cocoa/base/DetailsPanel.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/DetailsPanel.m b/cocoa/base/DetailsPanel.m index 25ea545c..95cbbecb 100644 --- a/cocoa/base/DetailsPanel.m +++ b/cocoa/base/DetailsPanel.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "DetailsPanel.h" diff --git a/cocoa/base/DirectoryOutline.h b/cocoa/base/DirectoryOutline.h index 997fa6dc..3f712e1d 100644 --- a/cocoa/base/DirectoryOutline.h +++ b/cocoa/base/DirectoryOutline.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/DirectoryOutline.m b/cocoa/base/DirectoryOutline.m index 516d2e7d..5c51fb1c 100644 --- a/cocoa/base/DirectoryOutline.m +++ b/cocoa/base/DirectoryOutline.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "DirectoryOutline.h" diff --git a/cocoa/base/DirectoryPanel.h b/cocoa/base/DirectoryPanel.h index 612899f7..d5cd841a 100644 --- a/cocoa/base/DirectoryPanel.h +++ b/cocoa/base/DirectoryPanel.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/DirectoryPanel.m b/cocoa/base/DirectoryPanel.m index 61cad9f7..84b23da3 100644 --- a/cocoa/base/DirectoryPanel.m +++ b/cocoa/base/DirectoryPanel.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "DirectoryPanel.h" diff --git a/cocoa/base/ProblemDialog.h b/cocoa/base/ProblemDialog.h index b21f3927..2fce9e4c 100644 --- a/cocoa/base/ProblemDialog.h +++ b/cocoa/base/ProblemDialog.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/ProblemDialog.m b/cocoa/base/ProblemDialog.m index af5132cf..ee5953ce 100644 --- a/cocoa/base/ProblemDialog.m +++ b/cocoa/base/ProblemDialog.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "ProblemDialog.h" diff --git a/cocoa/base/PyDetailsPanel.h b/cocoa/base/PyDetailsPanel.h index b25022df..d60f8571 100644 --- a/cocoa/base/PyDetailsPanel.h +++ b/cocoa/base/PyDetailsPanel.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/PyDirectoryOutline.h b/cocoa/base/PyDirectoryOutline.h index bc58acfa..4ede2d42 100644 --- a/cocoa/base/PyDirectoryOutline.h +++ b/cocoa/base/PyDirectoryOutline.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/PyDupeGuru.h b/cocoa/base/PyDupeGuru.h index b46ef1be..d408fbaf 100644 --- a/cocoa/base/PyDupeGuru.h +++ b/cocoa/base/PyDupeGuru.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/PyProblemDialog.h b/cocoa/base/PyProblemDialog.h index 25ba9f9c..ceda49ff 100644 --- a/cocoa/base/PyProblemDialog.h +++ b/cocoa/base/PyProblemDialog.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/PyResultTable.h b/cocoa/base/PyResultTable.h index 6de42cac..e8913b2f 100644 --- a/cocoa/base/PyResultTable.h +++ b/cocoa/base/PyResultTable.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/PyStatsLabel.h b/cocoa/base/PyStatsLabel.h index 5e6a98c3..29933d1c 100644 --- a/cocoa/base/PyStatsLabel.h +++ b/cocoa/base/PyStatsLabel.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/ResultTable.h b/cocoa/base/ResultTable.h index 19f3210d..7f547c1a 100644 --- a/cocoa/base/ResultTable.h +++ b/cocoa/base/ResultTable.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/ResultTable.m b/cocoa/base/ResultTable.m index a88d5a8b..b168bf3b 100644 --- a/cocoa/base/ResultTable.m +++ b/cocoa/base/ResultTable.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "ResultTable.h" diff --git a/cocoa/base/ResultWindow.h b/cocoa/base/ResultWindow.h index 5b1337f9..3290f38b 100644 --- a/cocoa/base/ResultWindow.h +++ b/cocoa/base/ResultWindow.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/ResultWindow.m b/cocoa/base/ResultWindow.m index c3182696..cdd40666 100644 --- a/cocoa/base/ResultWindow.m +++ b/cocoa/base/ResultWindow.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "ResultWindow.h" diff --git a/cocoa/base/StatsLabel.h b/cocoa/base/StatsLabel.h index af2aaa35..c5237112 100644 --- a/cocoa/base/StatsLabel.h +++ b/cocoa/base/StatsLabel.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/base/StatsLabel.m b/cocoa/base/StatsLabel.m index aebd82a4..a67d88a1 100644 --- a/cocoa/base/StatsLabel.m +++ b/cocoa/base/StatsLabel.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "StatsLabel.h" diff --git a/cocoa/me/AppDelegate.h b/cocoa/me/AppDelegate.h index 24f63067..9a0dbff4 100644 --- a/cocoa/me/AppDelegate.h +++ b/cocoa/me/AppDelegate.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/me/AppDelegate.m b/cocoa/me/AppDelegate.m index f99b0458..e69ddb6a 100644 --- a/cocoa/me/AppDelegate.m +++ b/cocoa/me/AppDelegate.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "AppDelegate.h" diff --git a/cocoa/me/Consts.h b/cocoa/me/Consts.h index 55722c30..d1215e2a 100644 --- a/cocoa/me/Consts.h +++ b/cocoa/me/Consts.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "../base/Consts.h" diff --git a/cocoa/me/DirectoryPanel.h b/cocoa/me/DirectoryPanel.h index b2f99e33..4791f8ac 100644 --- a/cocoa/me/DirectoryPanel.h +++ b/cocoa/me/DirectoryPanel.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/me/DirectoryPanel.m b/cocoa/me/DirectoryPanel.m index ef47aa12..2174688d 100644 --- a/cocoa/me/DirectoryPanel.m +++ b/cocoa/me/DirectoryPanel.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "DirectoryPanel.h" diff --git a/cocoa/me/PyDupeGuru.h b/cocoa/me/PyDupeGuru.h index dd0a6eb1..e027778e 100644 --- a/cocoa/me/PyDupeGuru.h +++ b/cocoa/me/PyDupeGuru.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/me/ResultWindow.h b/cocoa/me/ResultWindow.h index 69756e7a..b3f666aa 100644 --- a/cocoa/me/ResultWindow.h +++ b/cocoa/me/ResultWindow.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/me/ResultWindow.m b/cocoa/me/ResultWindow.m index d51b2296..fad61cd6 100644 --- a/cocoa/me/ResultWindow.m +++ b/cocoa/me/ResultWindow.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "ResultWindow.h" diff --git a/cocoa/me/dg_cocoa.py b/cocoa/me/dg_cocoa.py index b4196518..4c7e0868 100644 --- a/cocoa/me/dg_cocoa.py +++ b/cocoa/me/dg_cocoa.py @@ -1,8 +1,8 @@ # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hscommon.cocoa import signature diff --git a/cocoa/me/main.m b/cocoa/me/main.m index 6fbc417e..b5ea6b4d 100644 --- a/cocoa/me/main.m +++ b/cocoa/me/main.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/pe/AppDelegate.h b/cocoa/pe/AppDelegate.h index 4e48f0b6..ee10124b 100644 --- a/cocoa/pe/AppDelegate.h +++ b/cocoa/pe/AppDelegate.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/pe/AppDelegate.m b/cocoa/pe/AppDelegate.m index 0fe42f35..c0b12349 100644 --- a/cocoa/pe/AppDelegate.m +++ b/cocoa/pe/AppDelegate.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "AppDelegate.h" diff --git a/cocoa/pe/Consts.h b/cocoa/pe/Consts.h index 8fc4fa42..9c67150d 100644 --- a/cocoa/pe/Consts.h +++ b/cocoa/pe/Consts.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "../base/Consts.h" diff --git a/cocoa/pe/DetailsPanel.h b/cocoa/pe/DetailsPanel.h index 9974627f..431e26e5 100644 --- a/cocoa/pe/DetailsPanel.h +++ b/cocoa/pe/DetailsPanel.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/pe/DetailsPanel.m b/cocoa/pe/DetailsPanel.m index dce36c12..c7f12cb7 100644 --- a/cocoa/pe/DetailsPanel.m +++ b/cocoa/pe/DetailsPanel.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "Utils.h" diff --git a/cocoa/pe/DirectoryPanel.h b/cocoa/pe/DirectoryPanel.h index 295b5b7c..56b33286 100644 --- a/cocoa/pe/DirectoryPanel.h +++ b/cocoa/pe/DirectoryPanel.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/pe/DirectoryPanel.m b/cocoa/pe/DirectoryPanel.m index ad91de29..c02641ea 100644 --- a/cocoa/pe/DirectoryPanel.m +++ b/cocoa/pe/DirectoryPanel.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "DirectoryPanel.h" diff --git a/cocoa/pe/PyDupeGuru.h b/cocoa/pe/PyDupeGuru.h index ea43ce1a..051215c2 100644 --- a/cocoa/pe/PyDupeGuru.h +++ b/cocoa/pe/PyDupeGuru.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/pe/ResultWindow.h b/cocoa/pe/ResultWindow.h index b401ab01..a0cc17b5 100644 --- a/cocoa/pe/ResultWindow.h +++ b/cocoa/pe/ResultWindow.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/pe/ResultWindow.m b/cocoa/pe/ResultWindow.m index 42b399b6..3486ed87 100644 --- a/cocoa/pe/ResultWindow.m +++ b/cocoa/pe/ResultWindow.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "ResultWindow.h" diff --git a/cocoa/pe/dg_cocoa.py b/cocoa/pe/dg_cocoa.py index 8608a0f1..6dd5e684 100644 --- a/cocoa/pe/dg_cocoa.py +++ b/cocoa/pe/dg_cocoa.py @@ -1,8 +1,8 @@ # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from core.app_cocoa_inter import PyDupeGuruBase, PyDetailsPanel from core_pe import app_cocoa as app_pe_cocoa diff --git a/cocoa/pe/main.m b/cocoa/pe/main.m index 6fbc417e..b5ea6b4d 100644 --- a/cocoa/pe/main.m +++ b/cocoa/pe/main.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/se/AppDelegate.h b/cocoa/se/AppDelegate.h index 4e48f0b6..ee10124b 100644 --- a/cocoa/se/AppDelegate.h +++ b/cocoa/se/AppDelegate.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/se/AppDelegate.m b/cocoa/se/AppDelegate.m index 6299bd2f..d69b02ba 100644 --- a/cocoa/se/AppDelegate.m +++ b/cocoa/se/AppDelegate.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "AppDelegate.h" diff --git a/cocoa/se/PyDupeGuru.h b/cocoa/se/PyDupeGuru.h index ee7e0c6b..f45a062f 100644 --- a/cocoa/se/PyDupeGuru.h +++ b/cocoa/se/PyDupeGuru.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/se/ResultWindow.h b/cocoa/se/ResultWindow.h index 21fc9379..b26ef0ef 100644 --- a/cocoa/se/ResultWindow.h +++ b/cocoa/se/ResultWindow.h @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/cocoa/se/ResultWindow.m b/cocoa/se/ResultWindow.m index f4c2f4f8..0833329c 100644 --- a/cocoa/se/ResultWindow.m +++ b/cocoa/se/ResultWindow.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import "ResultWindow.h" diff --git a/cocoa/se/dg_cocoa.py b/cocoa/se/dg_cocoa.py index 8415bd89..32635ee5 100644 --- a/cocoa/se/dg_cocoa.py +++ b/cocoa/se/dg_cocoa.py @@ -1,8 +1,8 @@ # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hscommon.cocoa import signature diff --git a/cocoa/se/main.m b/cocoa/se/main.m index 6fbc417e..b5ea6b4d 100644 --- a/cocoa/se/main.m +++ b/cocoa/se/main.m @@ -1,9 +1,9 @@ /* Copyright 2010 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "HS" License as described in the "LICENSE" file, +This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at -http://www.hardcoded.net/licenses/hs_license +http://www.hardcoded.net/licenses/bsd_license */ #import diff --git a/configure.py b/configure.py index d866ae86..a8374b3e 100644 --- a/configure.py +++ b/configure.py @@ -3,9 +3,9 @@ # Created On: 2009-12-30 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys from optparse import OptionParser diff --git a/core/app.py b/core/app.py index 2625d09a..309f8a98 100644 --- a/core/app.py +++ b/core/app.py @@ -2,9 +2,9 @@ # Created On: 2006/11/11 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import os import os.path as op diff --git a/core/app_cocoa.py b/core/app_cocoa.py index d26d97b9..381d520e 100644 --- a/core/app_cocoa.py +++ b/core/app_cocoa.py @@ -2,9 +2,9 @@ # Created On: 2006/11/11 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import logging import os.path as op diff --git a/core/app_cocoa_inter.py b/core/app_cocoa_inter.py index f720a336..a9825ffd 100644 --- a/core/app_cocoa_inter.py +++ b/core/app_cocoa_inter.py @@ -3,9 +3,9 @@ # Created On: 2010-02-02 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license # Common interface for all editions' dg_cocoa unit. diff --git a/core/data.py b/core/data.py index d5d45bd3..6eb1c1ef 100644 --- a/core/data.py +++ b/core/data.py @@ -2,9 +2,9 @@ # Created On: 2006/03/15 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hsutil.str import format_time, FT_DECIMAL, format_size diff --git a/core/directories.py b/core/directories.py index 4524558a..fc2ddce8 100644 --- a/core/directories.py +++ b/core/directories.py @@ -2,9 +2,9 @@ # Created On: 2006/02/27 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from xml.etree import ElementTree as ET diff --git a/core/engine.py b/core/engine.py index 18817ca3..b94d17ef 100644 --- a/core/engine.py +++ b/core/engine.py @@ -2,9 +2,9 @@ # Created On: 2006/01/29 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import difflib diff --git a/core/export.py b/core/export.py index a57eaa3d..7b586f08 100644 --- a/core/export.py +++ b/core/export.py @@ -2,9 +2,9 @@ # Created On: 2006/09/16 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import os.path as op from tempfile import mkdtemp diff --git a/core/fs.py b/core/fs.py index a3c6f272..6fa48980 100644 --- a/core/fs.py +++ b/core/fs.py @@ -3,9 +3,9 @@ # Created On: 2009-10-22 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license # This is a fork from hsfs. The reason for this fork is that hsfs has been designed for musicGuru # and was re-used for dupeGuru. The problem is that hsfs is way over-engineered for dupeGuru, diff --git a/core/gui/base.py b/core/gui/base.py index f162b423..3b9e0663 100644 --- a/core/gui/base.py +++ b/core/gui/base.py @@ -3,9 +3,9 @@ # Created On: 2010-02-06 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hscommon.notify import Listener diff --git a/core/gui/details_panel.py b/core/gui/details_panel.py index 263e6855..a8459663 100644 --- a/core/gui/details_panel.py +++ b/core/gui/details_panel.py @@ -3,9 +3,9 @@ # Created On: 2010-02-05 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from .base import GUIObject diff --git a/core/gui/directory_tree.py b/core/gui/directory_tree.py index 5c48a7e3..52f52f01 100644 --- a/core/gui/directory_tree.py +++ b/core/gui/directory_tree.py @@ -3,9 +3,9 @@ # Created On: 2010-02-06 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hsgui.tree import Tree, Node diff --git a/core/gui/problem_dialog.py b/core/gui/problem_dialog.py index 38cc8cc7..318c051a 100644 --- a/core/gui/problem_dialog.py +++ b/core/gui/problem_dialog.py @@ -3,9 +3,9 @@ # Created On: 2010-04-12 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hscommon.notify import Broadcaster diff --git a/core/gui/problem_table.py b/core/gui/problem_table.py index acdb58ad..eee154f5 100644 --- a/core/gui/problem_table.py +++ b/core/gui/problem_table.py @@ -3,9 +3,9 @@ # Created On: 2010-04-12 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hscommon.notify import Listener from hsgui.table import GUITable, Row diff --git a/core/gui/result_table.py b/core/gui/result_table.py index 9fa603e7..e4cf2fa4 100644 --- a/core/gui/result_table.py +++ b/core/gui/result_table.py @@ -3,9 +3,9 @@ # Created On: 2010-02-11 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from operator import attrgetter diff --git a/core/gui/stats_label.py b/core/gui/stats_label.py index cabf9dd3..f53fe693 100644 --- a/core/gui/stats_label.py +++ b/core/gui/stats_label.py @@ -3,9 +3,9 @@ # Created On: 2010-02-11 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from .base import GUIObject diff --git a/core/ignore.py b/core/ignore.py index d15abc99..b1e80c35 100644 --- a/core/ignore.py +++ b/core/ignore.py @@ -2,9 +2,9 @@ # Created On: 2006/05/02 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from xml.etree import ElementTree as ET diff --git a/core/results.py b/core/results.py index f04901c7..b4a21c09 100644 --- a/core/results.py +++ b/core/results.py @@ -2,9 +2,9 @@ # Created On: 2006/02/23 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import logging import re diff --git a/core/scanner.py b/core/scanner.py index c1fe9dea..12b14003 100644 --- a/core/scanner.py +++ b/core/scanner.py @@ -2,9 +2,9 @@ # Created On: 2006/03/03 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import logging import re diff --git a/core/tests/app_test.py b/core/tests/app_test.py index a9181e47..3603b3c5 100644 --- a/core/tests/app_test.py +++ b/core/tests/app_test.py @@ -2,9 +2,9 @@ # Created On: 2007-06-23 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import os import logging diff --git a/core/tests/data.py b/core/tests/data.py index 824ea4f7..c4c8cddf 100644 --- a/core/tests/data.py +++ b/core/tests/data.py @@ -3,9 +3,9 @@ # Created On: 2009-10-23 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license # data module for tests diff --git a/core/tests/directories_test.py b/core/tests/directories_test.py index 8b4465ef..34915742 100644 --- a/core/tests/directories_test.py +++ b/core/tests/directories_test.py @@ -2,9 +2,9 @@ # Created On: 2006/02/27 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import os.path as op import os diff --git a/core/tests/engine_test.py b/core/tests/engine_test.py index 40fd9245..1ca4fd43 100644 --- a/core/tests/engine_test.py +++ b/core/tests/engine_test.py @@ -2,9 +2,9 @@ # Created On: 2006/01/29 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys diff --git a/core/tests/ignore_test.py b/core/tests/ignore_test.py index ab680d99..62907c4a 100644 --- a/core/tests/ignore_test.py +++ b/core/tests/ignore_test.py @@ -2,9 +2,9 @@ # Created On: 2006/05/02 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import io from xml.etree import ElementTree as ET diff --git a/core/tests/results_test.py b/core/tests/results_test.py index 06d83545..7a5bba73 100644 --- a/core/tests/results_test.py +++ b/core/tests/results_test.py @@ -3,9 +3,9 @@ # $Id$ # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import io import os.path as op diff --git a/core/tests/scanner_test.py b/core/tests/scanner_test.py index eb5eede0..59fec175 100644 --- a/core/tests/scanner_test.py +++ b/core/tests/scanner_test.py @@ -2,9 +2,9 @@ # Created On: 2006/03/03 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hscommon import job diff --git a/core_me/app_cocoa.py b/core_me/app_cocoa.py index 8069dfae..f769ca67 100644 --- a/core_me/app_cocoa.py +++ b/core_me/app_cocoa.py @@ -2,9 +2,9 @@ # Created On: 2006/11/16 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import logging from appscript import app, k, CommandError diff --git a/core_me/data.py b/core_me/data.py index 4fcd5b83..9d195438 100644 --- a/core_me/data.py +++ b/core_me/data.py @@ -2,9 +2,9 @@ # Created On: 2006/03/15 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hsutil.str import format_time, FT_MINUTES, format_size from core.data import (format_path, format_timestamp, format_words, format_perc, diff --git a/core_me/fs.py b/core_me/fs.py index a03dcdeb..f6990c8a 100644 --- a/core_me/fs.py +++ b/core_me/fs.py @@ -3,9 +3,9 @@ # Created On: 2009-10-23 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hsaudiotag import mpeg, wma, mp4, ogg, flac, aiff from hsutil.str import get_file_ext diff --git a/core_me/scanner.py b/core_me/scanner.py index 25ece229..26f56b1a 100644 --- a/core_me/scanner.py +++ b/core_me/scanner.py @@ -2,9 +2,9 @@ # Created On: 2006/03/03 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from core.scanner import Scanner as ScannerBase diff --git a/core_me/tests/scanner_test.py b/core_me/tests/scanner_test.py index f92bd201..c6747a67 100644 --- a/core_me/tests/scanner_test.py +++ b/core_me/tests/scanner_test.py @@ -3,9 +3,9 @@ # Created On: 2009-10-23 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hsutil import io from hsutil.path import Path diff --git a/core_pe/app_cocoa.py b/core_pe/app_cocoa.py index 59067d99..3a4cf920 100644 --- a/core_pe/app_cocoa.py +++ b/core_pe/app_cocoa.py @@ -2,9 +2,9 @@ # Created On: 2006/11/13 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import os.path as op import plistlib diff --git a/core_pe/block.py b/core_pe/block.py index 0365c31f..bdd6795e 100644 --- a/core_pe/block.py +++ b/core_pe/block.py @@ -2,9 +2,9 @@ # Created On: 2006/09/01 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from ._block import NoBlocksError, DifferentBlockCountError, avgdiff, getblocks2 diff --git a/core_pe/cache.py b/core_pe/cache.py index cdf9eae0..e7f97cc7 100644 --- a/core_pe/cache.py +++ b/core_pe/cache.py @@ -2,9 +2,9 @@ # Created On: 2006/09/14 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import os import logging diff --git a/core_pe/data.py b/core_pe/data.py index 7e0aa341..dbbf6e27 100644 --- a/core_pe/data.py +++ b/core_pe/data.py @@ -2,9 +2,9 @@ # Created On: 2006/03/15 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hsutil.str import format_size from core.data import format_path, format_timestamp, format_perc, format_dupe_count, cmp_value diff --git a/core_pe/matchbase.py b/core_pe/matchbase.py index 25b2175f..f7f58893 100644 --- a/core_pe/matchbase.py +++ b/core_pe/matchbase.py @@ -2,9 +2,9 @@ # Created On: 2007/02/25 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import logging import multiprocessing diff --git a/core_pe/modules/block.c b/core_pe/modules/block.c index 9b6a729c..c759e8fc 100644 --- a/core_pe/modules/block.c +++ b/core_pe/modules/block.c @@ -2,9 +2,9 @@ * Created On: 2010-01-30 * Copyright 2010 Hardcoded Software (http://www.hardcoded.net) * - * This software is licensed under the "HS" License as described in the "LICENSE" file, + * This software is licensed under the "BSD" License as described in the "LICENSE" file, * which should be included with this package. The terms are also available at - * http://www.hardcoded.net/licenses/hs_license + * http://www.hardcoded.net/licenses/bsd_license */ #include "common.h" diff --git a/core_pe/modules/block_osx.m b/core_pe/modules/block_osx.m index a43782fd..e94309dd 100644 --- a/core_pe/modules/block_osx.m +++ b/core_pe/modules/block_osx.m @@ -2,9 +2,9 @@ * Created On: 2010-02-04 * Copyright 2010 Hardcoded Software (http://www.hardcoded.net) * - * This software is licensed under the "HS" License as described in the "LICENSE" file, + * This software is licensed under the "BSD" License as described in the "LICENSE" file, * which should be included with this package. The terms are also available at - * http://www.hardcoded.net/licenses/hs_license + * http://www.hardcoded.net/licenses/bsd_license **/ #include "common.h" diff --git a/core_pe/modules/cache.c b/core_pe/modules/cache.c index 191e6eea..efe9859f 100644 --- a/core_pe/modules/cache.c +++ b/core_pe/modules/cache.c @@ -2,9 +2,9 @@ * Created On: 2010-01-30 * Copyright 2010 Hardcoded Software (http://www.hardcoded.net) * - * This software is licensed under the "HS" License as described in the "LICENSE" file, + * This software is licensed under the "BSD" License as described in the "LICENSE" file, * which should be included with this package. The terms are also available at - * http://www.hardcoded.net/licenses/hs_license + * http://www.hardcoded.net/licenses/bsd_license */ #include "common.h" diff --git a/core_pe/modules/common.c b/core_pe/modules/common.c index 63732be0..d8db6a13 100644 --- a/core_pe/modules/common.c +++ b/core_pe/modules/common.c @@ -2,9 +2,9 @@ * Created On: 2010-02-04 * Copyright 2010 Hardcoded Software (http://www.hardcoded.net) * - * This software is licensed under the "HS" License as described in the "LICENSE" file, + * This software is licensed under the "BSD" License as described in the "LICENSE" file, * which should be included with this package. The terms are also available at - * http://www.hardcoded.net/licenses/hs_license + * http://www.hardcoded.net/licenses/bsd_license */ #include "common.h" diff --git a/core_pe/modules/common.h b/core_pe/modules/common.h index 77a63c97..b9f3dd60 100644 --- a/core_pe/modules/common.h +++ b/core_pe/modules/common.h @@ -2,9 +2,9 @@ * Created On: 2010-02-04 * Copyright 2010 Hardcoded Software (http://www.hardcoded.net) * - * This software is licensed under the "HS" License as described in the "LICENSE" file, + * This software is licensed under the "BSD" License as described in the "LICENSE" file, * which should be included with this package. The terms are also available at - * http://www.hardcoded.net/licenses/hs_license + * http://www.hardcoded.net/licenses/bsd_license */ #define PY_SSIZE_T_CLEAN diff --git a/core_pe/scanner.py b/core_pe/scanner.py index 1234fa85..bb53a3d0 100644 --- a/core_pe/scanner.py +++ b/core_pe/scanner.py @@ -3,9 +3,9 @@ # Created On: 2009-10-18 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from core.scanner import Scanner diff --git a/core_pe/tests/block_test.py b/core_pe/tests/block_test.py index eb3e4ee9..d6cdd0ff 100644 --- a/core_pe/tests/block_test.py +++ b/core_pe/tests/block_test.py @@ -2,9 +2,9 @@ # Created On: 2006/09/01 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license # The commented out tests are tests for function that have been converted to pure C for speed import unittest diff --git a/core_pe/tests/cache_test.py b/core_pe/tests/cache_test.py index b2d46d11..916967ad 100644 --- a/core_pe/tests/cache_test.py +++ b/core_pe/tests/cache_test.py @@ -2,9 +2,9 @@ # Created On: 2006/09/14 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import os.path as op import os diff --git a/core_se/app_cocoa.py b/core_se/app_cocoa.py index ad18f985..bc3f2073 100644 --- a/core_se/app_cocoa.py +++ b/core_se/app_cocoa.py @@ -2,9 +2,9 @@ # Created On: 2009-05-24 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license diff --git a/core_se/data.py b/core_se/data.py index 9de9b306..8c86203c 100644 --- a/core_se/data.py +++ b/core_se/data.py @@ -2,9 +2,9 @@ # Created On: 2006/03/15 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from hsutil.str import format_size from core.data import (format_path, format_timestamp, format_words, format_perc, diff --git a/core_se/fs.py b/core_se/fs.py index 79452efa..f5331a91 100644 --- a/core_se/fs.py +++ b/core_se/fs.py @@ -3,9 +3,9 @@ # Created On: 2009-10-23 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import hashlib diff --git a/core_se/tests/fs_test.py b/core_se/tests/fs_test.py index 569eac27..331e21e7 100644 --- a/core_se/tests/fs_test.py +++ b/core_se/tests/fs_test.py @@ -3,9 +3,9 @@ # Created On: 2009-10-23 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import hashlib diff --git a/package.py b/package.py index 466ee35f..eab2cc57 100644 --- a/package.py +++ b/package.py @@ -3,9 +3,9 @@ # Created On: 2009-12-30 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys import os diff --git a/qt/base/app.py b/qt/base/app.py index f9b02d0c..99b85665 100644 --- a/qt/base/app.py +++ b/qt/base/app.py @@ -2,9 +2,9 @@ # Created On: 2009-04-25 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license diff --git a/qt/base/details_dialog.py b/qt/base/details_dialog.py index ce10d10f..69107c7f 100644 --- a/qt/base/details_dialog.py +++ b/qt/base/details_dialog.py @@ -3,9 +3,9 @@ # Created On: 2010-02-05 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from PyQt4.QtCore import Qt from PyQt4.QtGui import QDialog diff --git a/qt/base/details_table.py b/qt/base/details_table.py index 72f98a33..aa5b6c0e 100644 --- a/qt/base/details_table.py +++ b/qt/base/details_table.py @@ -2,9 +2,9 @@ # Created On: 2009-05-17 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from PyQt4.QtCore import Qt, SIGNAL, QAbstractTableModel from PyQt4.QtGui import QHeaderView, QTableView diff --git a/qt/base/directories_dialog.py b/qt/base/directories_dialog.py index 93dffd41..2d155476 100644 --- a/qt/base/directories_dialog.py +++ b/qt/base/directories_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-04-25 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from PyQt4.QtCore import SIGNAL, Qt from PyQt4.QtGui import QDialog, QFileDialog, QHeaderView diff --git a/qt/base/directories_model.py b/qt/base/directories_model.py index ce3dd33f..d1b7c4dd 100644 --- a/qt/base/directories_model.py +++ b/qt/base/directories_model.py @@ -2,9 +2,9 @@ # Created On: 2009-04-25 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import urllib.parse diff --git a/qt/base/main_window.py b/qt/base/main_window.py index fc0af9a9..69a13491 100644 --- a/qt/base/main_window.py +++ b/qt/base/main_window.py @@ -2,9 +2,9 @@ # Created On: 2009-04-25 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys diff --git a/qt/base/platform.py b/qt/base/platform.py index f74f24d8..60f6c749 100644 --- a/qt/base/platform.py +++ b/qt/base/platform.py @@ -3,9 +3,9 @@ # Created On: 2009-09-27 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import logging import sys diff --git a/qt/base/platform_lnx.py b/qt/base/platform_lnx.py index 16aa8d73..ee49a2ed 100644 --- a/qt/base/platform_lnx.py +++ b/qt/base/platform_lnx.py @@ -3,9 +3,9 @@ # Created On: 2010-02-13 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license INITIAL_FOLDER_IN_DIALOGS = '/' HELP_PATH = '/usr/local/share/dupeguru_{0}/help' diff --git a/qt/base/platform_osx.py b/qt/base/platform_osx.py index 8561df11..c2550f05 100644 --- a/qt/base/platform_osx.py +++ b/qt/base/platform_osx.py @@ -3,9 +3,9 @@ # Created On: 2009-10-14 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license # dummy unit to allow the app to run under OSX during development diff --git a/qt/base/platform_win.py b/qt/base/platform_win.py index 8c2b836e..7e26aaca 100644 --- a/qt/base/platform_win.py +++ b/qt/base/platform_win.py @@ -3,9 +3,9 @@ # Created On: 2009-08-31 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license INITIAL_FOLDER_IN_DIALOGS = 'C:\\' HELP_PATH = 'help' diff --git a/qt/base/preferences.py b/qt/base/preferences.py index 79f2c96a..ddbd0169 100644 --- a/qt/base/preferences.py +++ b/qt/base/preferences.py @@ -2,9 +2,9 @@ # Created On: 2009-05-03 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from qtlib.preferences import Preferences as PreferencesBase diff --git a/qt/base/problem_dialog.py b/qt/base/problem_dialog.py index bb2ce294..41e1d456 100644 --- a/qt/base/problem_dialog.py +++ b/qt/base/problem_dialog.py @@ -3,9 +3,9 @@ # Created On: 2010-04-12 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from PyQt4.QtCore import Qt from PyQt4.QtGui import QDialog diff --git a/qt/base/problem_table.py b/qt/base/problem_table.py index 8f35cf08..0f4e335b 100644 --- a/qt/base/problem_table.py +++ b/qt/base/problem_table.py @@ -3,9 +3,9 @@ # Created On: 2010-04-12 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from qtlib.column import Column from qtlib.table import Table diff --git a/qt/base/results_model.py b/qt/base/results_model.py index 8adf7430..f378ceac 100644 --- a/qt/base/results_model.py +++ b/qt/base/results_model.py @@ -2,9 +2,9 @@ # Created On: 2009-04-23 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from PyQt4.QtCore import SIGNAL, Qt from PyQt4.QtGui import QBrush, QFont, QTableView, QColor, QItemSelectionModel, QItemSelection diff --git a/qt/base/stats_label.py b/qt/base/stats_label.py index 05a6c62f..203b53bc 100644 --- a/qt/base/stats_label.py +++ b/qt/base/stats_label.py @@ -3,9 +3,9 @@ # Created On: 2010-02-12 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from core.gui.stats_label import StatsLabel as StatsLabelModel diff --git a/qt/me/app.py b/qt/me/app.py index 29359c85..fd82507f 100644 --- a/qt/me/app.py +++ b/qt/me/app.py @@ -2,9 +2,9 @@ # Created On: 2009-05-21 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from core_me import data, scanner, fs diff --git a/qt/me/details_dialog.py b/qt/me/details_dialog.py index d767b020..b5fc03b7 100644 --- a/qt/me/details_dialog.py +++ b/qt/me/details_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-04-27 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from base.details_dialog import DetailsDialog as DetailsDialogBase from details_dialog_ui import Ui_DetailsDialog diff --git a/qt/me/preferences.py b/qt/me/preferences.py index d0a8ac91..9eac0f75 100644 --- a/qt/me/preferences.py +++ b/qt/me/preferences.py @@ -2,9 +2,9 @@ # Created On: 2009-05-17 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from core.scanner import ScanType diff --git a/qt/me/preferences_dialog.py b/qt/me/preferences_dialog.py index 676b0d47..57bdd5cd 100644 --- a/qt/me/preferences_dialog.py +++ b/qt/me/preferences_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-04-29 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys from PyQt4.QtCore import SIGNAL, Qt diff --git a/qt/me/profile.py b/qt/me/profile.py index a516fcfe..5bbcb00c 100644 --- a/qt/me/profile.py +++ b/qt/me/profile.py @@ -1,8 +1,8 @@ # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys import cProfile diff --git a/qt/me/start.py b/qt/me/start.py index c83e7aa0..7ae84e16 100644 --- a/qt/me/start.py +++ b/qt/me/start.py @@ -1,9 +1,9 @@ #!/usr/bin/env python3 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys import sip diff --git a/qt/pe/app.py b/qt/pe/app.py index 97832fdb..2e95a112 100644 --- a/qt/pe/app.py +++ b/qt/pe/app.py @@ -2,9 +2,9 @@ # Created On: 2009-04-25 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import os.path as op import logging diff --git a/qt/pe/block.py b/qt/pe/block.py index 0c92d569..f6e43393 100644 --- a/qt/pe/block.py +++ b/qt/pe/block.py @@ -2,9 +2,9 @@ # Created On: 2009-05-10 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from _block_qt import getblocks diff --git a/qt/pe/details_dialog.py b/qt/pe/details_dialog.py index de35ab21..d32fd0e9 100644 --- a/qt/pe/details_dialog.py +++ b/qt/pe/details_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-04-27 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from PyQt4.QtCore import Qt from PyQt4.QtGui import QPixmap diff --git a/qt/pe/main_window.py b/qt/pe/main_window.py index 3dc3cfaa..a86adf8d 100644 --- a/qt/pe/main_window.py +++ b/qt/pe/main_window.py @@ -2,9 +2,9 @@ # Created On: 2009-05-23 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from PyQt4.QtCore import SIGNAL from PyQt4.QtGui import QMessageBox, QAction diff --git a/qt/pe/modules/block.c b/qt/pe/modules/block.c index f340713d..f8638c80 100644 --- a/qt/pe/modules/block.c +++ b/qt/pe/modules/block.c @@ -2,9 +2,9 @@ * Created On: 2010-01-31 * Copyright 2010 Hardcoded Software (http://www.hardcoded.net) * - * This software is licensed under the "HS" License as described in the "LICENSE" file, + * This software is licensed under the "BSD" License as described in the "LICENSE" file, * which should be included with this package. The terms are also available at - * http://www.hardcoded.net/licenses/hs_license + * http://www.hardcoded.net/licenses/bsd_license **/ #define PY_SSIZE_T_CLEAN diff --git a/qt/pe/preferences.py b/qt/pe/preferences.py index db185587..7ce2f77c 100644 --- a/qt/pe/preferences.py +++ b/qt/pe/preferences.py @@ -2,9 +2,9 @@ # Created On: 2009-05-17 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from PyQt4.QtCore import QSettings, QVariant diff --git a/qt/pe/preferences_dialog.py b/qt/pe/preferences_dialog.py index 1c7862d5..360f2a34 100644 --- a/qt/pe/preferences_dialog.py +++ b/qt/pe/preferences_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-04-29 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys from PyQt4.QtCore import SIGNAL, Qt diff --git a/qt/pe/profile.py b/qt/pe/profile.py index 9c3b6b78..2d1836de 100644 --- a/qt/pe/profile.py +++ b/qt/pe/profile.py @@ -1,8 +1,8 @@ # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys import cProfile diff --git a/qt/pe/start.py b/qt/pe/start.py index 13a4cd01..3d7420d1 100644 --- a/qt/pe/start.py +++ b/qt/pe/start.py @@ -1,9 +1,9 @@ #!/usr/bin/env python3 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys import sip diff --git a/qt/se/app.py b/qt/se/app.py index 083203c0..b71d4a2b 100644 --- a/qt/se/app.py +++ b/qt/se/app.py @@ -2,9 +2,9 @@ # Created On: 2009-05-24 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from core_se import data from core.directories import Directories as DirectoriesBase, STATE_EXCLUDED diff --git a/qt/se/details_dialog.py b/qt/se/details_dialog.py index b887dede..27d0dbf6 100644 --- a/qt/se/details_dialog.py +++ b/qt/se/details_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-05-24 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from base.details_dialog import DetailsDialog as DetailsDialogBase from details_dialog_ui import Ui_DetailsDialog diff --git a/qt/se/preferences.py b/qt/se/preferences.py index 8f76c44d..ced2537f 100644 --- a/qt/se/preferences.py +++ b/qt/se/preferences.py @@ -2,9 +2,9 @@ # Created On: 2009-05-24 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license from core.scanner import ScanType diff --git a/qt/se/preferences_dialog.py b/qt/se/preferences_dialog.py index fd96e847..ca85c3ac 100644 --- a/qt/se/preferences_dialog.py +++ b/qt/se/preferences_dialog.py @@ -2,9 +2,9 @@ # Created On: 2009-05-24 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import platform from PyQt4.QtCore import SIGNAL, Qt diff --git a/qt/se/profile.py b/qt/se/profile.py index 88298519..b142c4fa 100644 --- a/qt/se/profile.py +++ b/qt/se/profile.py @@ -1,9 +1,9 @@ #!/usr/bin/env python # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys import cProfile diff --git a/qt/se/start.py b/qt/se/start.py index 93bf192e..f98e371f 100644 --- a/qt/se/start.py +++ b/qt/se/start.py @@ -1,9 +1,9 @@ #!/usr/bin/env python3 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys import os.path diff --git a/run.py b/run.py index d250dece..a6f688cc 100644 --- a/run.py +++ b/run.py @@ -3,9 +3,9 @@ # Created On: 2009-12-30 # Copyright 2010 Hardcoded Software (http://www.hardcoded.net) # -# This software is licensed under the "HS" License as described in the "LICENSE" file, +# This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at -# http://www.hardcoded.net/licenses/hs_license +# http://www.hardcoded.net/licenses/bsd_license import sys import os