From c809066a93a792ce51855f218bd7de5d31f1bd23 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 1 Feb 2014 16:18:00 -0500 Subject: [PATCH] Updated hscommon --- hscommon/LICENSE | 2 +- hscommon/build.py | 2 +- hscommon/conflict.py | 2 +- hscommon/currency.py | 2 +- hscommon/debug.py | 2 +- hscommon/geometry.py | 2 +- hscommon/gui/base.py | 2 +- hscommon/gui/column.py | 2 +- hscommon/gui/progress_window.py | 2 +- hscommon/gui/selectable_list.py | 2 +- hscommon/gui/table.py | 2 +- hscommon/gui/text_field.py | 2 +- hscommon/gui/tree.py | 2 +- hscommon/notify.py | 2 +- hscommon/path.py | 2 +- hscommon/plat.py | 2 +- hscommon/reg.py | 2 +- hscommon/sphinxgen.py | 2 +- hscommon/sqlite.py | 2 +- hscommon/tests/conflict_test.py | 2 +- hscommon/tests/currency_test.py | 2 +- hscommon/tests/notify_test.py | 2 +- hscommon/tests/path_test.py | 2 +- hscommon/tests/selectable_list_test.py | 2 +- hscommon/tests/sqlite_test.py | 2 +- hscommon/tests/table_test.py | 2 +- hscommon/tests/tree_test.py | 2 +- hscommon/tests/util_test.py | 2 +- hscommon/testutil.py | 2 +- hscommon/trans.py | 2 +- hscommon/util.py | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/hscommon/LICENSE b/hscommon/LICENSE index 791cf728..5a8d3ceb 100644 --- a/hscommon/LICENSE +++ b/hscommon/LICENSE @@ -1,4 +1,4 @@ -Copyright 2013, Hardcoded Software Inc., http://www.hardcoded.net +Copyright 2014, Hardcoded Software Inc., http://www.hardcoded.net All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/hscommon/build.py b/hscommon/build.py index 6e89fbe2..edb601c6 100644 --- a/hscommon/build.py +++ b/hscommon/build.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-03-03 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/conflict.py b/hscommon/conflict.py index 3e556345..2e2f632a 100644 --- a/hscommon/conflict.py +++ b/hscommon/conflict.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2008-01-08 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/currency.py b/hscommon/currency.py index d73ea5c1..202d1ea3 100644 --- a/hscommon/currency.py +++ b/hscommon/currency.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2008-04-20 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/debug.py b/hscommon/debug.py index 070119a5..dc1c38a2 100644 --- a/hscommon/debug.py +++ b/hscommon/debug.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-04-19 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/geometry.py b/hscommon/geometry.py index 0f53d967..44702cb6 100644 --- a/hscommon/geometry.py +++ b/hscommon/geometry.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-08-05 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/base.py b/hscommon/gui/base.py index 1b08d759..ff17dd17 100644 --- a/hscommon/gui/base.py +++ b/hscommon/gui/base.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011/09/09 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/column.py b/hscommon/gui/column.py index 5b25d58f..3dfba57c 100644 --- a/hscommon/gui/column.py +++ b/hscommon/gui/column.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-07-25 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/progress_window.py b/hscommon/gui/progress_window.py index b57c92d1..28a73d01 100644 --- a/hscommon/gui/progress_window.py +++ b/hscommon/gui/progress_window.py @@ -1,5 +1,5 @@ # Created On: 2013/07/01 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/selectable_list.py b/hscommon/gui/selectable_list.py index f8c4c761..00a8fa56 100644 --- a/hscommon/gui/selectable_list.py +++ b/hscommon/gui/selectable_list.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-09-06 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/table.py b/hscommon/gui/table.py index f8ed91f7..33471ecb 100644 --- a/hscommon/gui/table.py +++ b/hscommon/gui/table.py @@ -1,6 +1,6 @@ # Created By: Eric Mc Sween # Created On: 2008-05-29 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/text_field.py b/hscommon/gui/text_field.py index 958dafcc..735d5da3 100644 --- a/hscommon/gui/text_field.py +++ b/hscommon/gui/text_field.py @@ -1,5 +1,5 @@ # Created On: 2012/01/23 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/gui/tree.py b/hscommon/gui/tree.py index 273584a7..779ab762 100644 --- a/hscommon/gui/tree.py +++ b/hscommon/gui/tree.py @@ -1,4 +1,4 @@ -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/notify.py b/hscommon/notify.py index b61e5f8c..88481ed8 100644 --- a/hscommon/notify.py +++ b/hscommon/notify.py @@ -1,4 +1,4 @@ -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/path.py b/hscommon/path.py index 36abda08..b7166895 100755 --- a/hscommon/path.py +++ b/hscommon/path.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/21 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/plat.py b/hscommon/plat.py index c27f0bd2..2b9c408b 100644 --- a/hscommon/plat.py +++ b/hscommon/plat.py @@ -1,5 +1,5 @@ # Created On: 2011/09/22 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/reg.py b/hscommon/reg.py index 98e84d56..6f575d78 100644 --- a/hscommon/reg.py +++ b/hscommon/reg.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2009-05-16 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/sphinxgen.py b/hscommon/sphinxgen.py index 35c86c4f..e07f8bdc 100644 --- a/hscommon/sphinxgen.py +++ b/hscommon/sphinxgen.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-01-12 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/sqlite.py b/hscommon/sqlite.py index f4978237..44fd31df 100644 --- a/hscommon/sqlite.py +++ b/hscommon/sqlite.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2007/05/19 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/conflict_test.py b/hscommon/tests/conflict_test.py index cce294e8..70155b42 100644 --- a/hscommon/tests/conflict_test.py +++ b/hscommon/tests/conflict_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2008-01-08 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/currency_test.py b/hscommon/tests/currency_test.py index 7b1c5fb3..cc2a1a11 100644 --- a/hscommon/tests/currency_test.py +++ b/hscommon/tests/currency_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2008-04-20 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/notify_test.py b/hscommon/tests/notify_test.py index dac6301a..e3f5b145 100644 --- a/hscommon/tests/notify_test.py +++ b/hscommon/tests/notify_test.py @@ -1,4 +1,4 @@ -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/path_test.py b/hscommon/tests/path_test.py index 8181d318..c9b40548 100644 --- a/hscommon/tests/path_test.py +++ b/hscommon/tests/path_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2006/02/21 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/selectable_list_test.py b/hscommon/tests/selectable_list_test.py index dfcd28bd..507daa9c 100644 --- a/hscommon/tests/selectable_list_test.py +++ b/hscommon/tests/selectable_list_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-09-06 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/sqlite_test.py b/hscommon/tests/sqlite_test.py index 3455d3e2..2d1c0f68 100644 --- a/hscommon/tests/sqlite_test.py +++ b/hscommon/tests/sqlite_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2007/05/19 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/table_test.py b/hscommon/tests/table_test.py index 4b805b95..b317186c 100644 --- a/hscommon/tests/table_test.py +++ b/hscommon/tests/table_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2008-08-12 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/tree_test.py b/hscommon/tests/tree_test.py index 87c017f8..1030c2fa 100644 --- a/hscommon/tests/tree_test.py +++ b/hscommon/tests/tree_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-02-12 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/tests/util_test.py b/hscommon/tests/util_test.py index d9fd1d7f..2d2ca56a 100644 --- a/hscommon/tests/util_test.py +++ b/hscommon/tests/util_test.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-01-11 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/testutil.py b/hscommon/testutil.py index d5b9ee8d..935131a6 100644 --- a/hscommon/testutil.py +++ b/hscommon/testutil.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-11-14 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/trans.py b/hscommon/trans.py index a1106f73..0f0cdfe6 100644 --- a/hscommon/trans.py +++ b/hscommon/trans.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2010-06-23 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/hscommon/util.py b/hscommon/util.py index 48011540..987f9c31 100644 --- a/hscommon/util.py +++ b/hscommon/util.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2011-01-11 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at