Relicensed to HS License.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40100
This commit is contained in:
hsoft 2009-08-05 08:59:46 +00:00
parent 611b58951f
commit a8a601ec36
150 changed files with 958 additions and 216 deletions

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "RecentDirectories.h" #import "RecentDirectories.h"
#import "PyDupeGuru.h" #import "PyDupeGuru.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "AppDelegate.h" #import "AppDelegate.h"
#import "ProgressController.h" #import "ProgressController.h"
#import "RegistrationInterface.h" #import "RegistrationInterface.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#define DuplicateSelectionChangedNotification @"DuplicateSelectionChangedNotification" #define DuplicateSelectionChangedNotification @"DuplicateSelectionChangedNotification"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "PyApp.h" #import "PyApp.h"
#import "Table.h" #import "Table.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "DetailsPanel.h" #import "DetailsPanel.h"
#import "Consts.h" #import "Consts.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "RecentDirectories.h" #import "RecentDirectories.h"
#import "Outline.h" #import "Outline.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "DirectoryPanel.h" #import "DirectoryPanel.h"
#import "Dialogs.h" #import "Dialogs.h"
#import "Utils.h" #import "Utils.h"

11
base/cocoa/LICENSE Normal file
View File

@ -0,0 +1,11 @@
Copyright 2009 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:
* 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.

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "PyApp.h" #import "PyApp.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "Outline.h" #import "Outline.h"
#import "DirectoryPanel.h" #import "DirectoryPanel.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "ResultWindow.h" #import "ResultWindow.h"
#import "Dialogs.h" #import "Dialogs.h"
#import "ProgressController.h" #import "ProgressController.h"

11
base/py/LICENSE Normal file
View File

@ -0,0 +1,11 @@
Copyright 2009 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:
* 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.

View File

@ -1,13 +1,13 @@
#!/usr/bin/env python #!/usr/bin/env python
""" # Created By: Virgil Dupras
Unit Name: dupeguru.app # Created On: 2006/11/11
Created By: Virgil Dupras # $Id$
Created On: 2006/11/11 # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
Last modified by:$Author: virgil $ #
Last modified on:$Date: 2009-05-28 16:02:48 +0200 (Thu, 28 May 2009) $ # This software is licensed under the "HS" License as described in the "LICENSE" file,
$Revision: 4388 $ # which should be included with this package. The terms are also available at
Copyright 2006 Hardcoded Software (http://www.hardcoded.net) # http://www.hardcoded.net/licenses/hs_license
"""
import os import os
import os.path as op import os.path as op
import logging import logging

View File

@ -1,13 +1,12 @@
#!/usr/bin/env python # Created By: Virgil Dupras
""" # Created On: 2006/11/11
Unit Name: dupeguru.app_cocoa # $Id$
Created By: Virgil Dupras # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
Created On: 2006/11/11 #
Last modified by:$Author: virgil $ # This software is licensed under the "HS" License as described in the "LICENSE" file,
Last modified on:$Date: 2009-05-28 16:33:32 +0200 (Thu, 28 May 2009) $ # which should be included with this package. The terms are also available at
$Revision: 4392 $ # http://www.hardcoded.net/licenses/hs_license
Copyright 2006 Hardcoded Software (http://www.hardcoded.net)
"""
from AppKit import * from AppKit import *
import logging import logging
import os.path as op import os.path as op

View File

@ -1,13 +1,12 @@
#!/usr/bin/env python # Created By: Virgil Dupras
""" # Created On: 2006/11/16
Unit Name: dupeguru.app_me_cocoa # $Id$
Created By: Virgil Dupras # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
Created On: 2006/11/16 #
Last modified by:$Author: virgil $ # This software is licensed under the "HS" License as described in the "LICENSE" file,
Last modified on:$Date: 2009-05-28 16:33:32 +0200 (Thu, 28 May 2009) $ # which should be included with this package. The terms are also available at
$Revision: 4392 $ # http://www.hardcoded.net/licenses/hs_license
Copyright 2006 Hardcoded Software (http://www.hardcoded.net)
"""
import os.path as op import os.path as op
import logging import logging
from appscript import app, k, CommandError from appscript import app, k, CommandError

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: app_se_cocoa
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-24 # Created On: 2009-05-24
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from hsfs.phys import Directory as DirectoryBase from hsfs.phys import Directory as DirectoryBase
from hsfs.phys.bundle import Bundle from hsfs.phys.bundle import Bundle

View File

@ -1,13 +1,11 @@
#!/usr/bin/env python # Created By: Virgil Dupras
""" # Created On: 2006/03/15
Unit Name: dupeguru.data # $Id$
Created By: Virgil Dupras # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
Created On: 2006/03/15 #
Last modified by:$Author: virgil $ # This software is licensed under the "HS" License as described in the "LICENSE" file,
Last modified on:$Date: 2009-05-28 15:22:39 +0200 (Thu, 28 May 2009) $ # which should be included with this package. The terms are also available at
$Revision: 4385 $ # http://www.hardcoded.net/licenses/hs_license
Copyright 2004-2006 Hardcoded Software (http://www.hardcoded.net)
"""
from hsutil.str import format_time, FT_DECIMAL, format_size from hsutil.str import format_time, FT_DECIMAL, format_size

View File

@ -1,13 +1,11 @@
#!/usr/bin/env python # Created By: Virgil Dupras
""" # Created On: 2006/03/15
Unit Name: dupeguru.data # $Id$
Created By: Virgil Dupras # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
Created On: 2006/03/15 #
Last modified by:$Author: virgil $ # This software is licensed under the "HS" License as described in the "LICENSE" file,
Last modified on:$Date: 2009-05-28 15:22:39 +0200 (Thu, 28 May 2009) $ # which should be included with this package. The terms are also available at
$Revision: 4385 $ # http://www.hardcoded.net/licenses/hs_license
Copyright 2004-2006 Hardcoded Software (http://www.hardcoded.net)
"""
from hsutil.str import format_time, FT_MINUTES, format_size from hsutil.str import format_time, FT_MINUTES, format_size
from .data import (format_path, format_timestamp, format_words, format_perc, from .data import (format_path, format_timestamp, format_words, format_perc,

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru.directories
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/02/27 # Created On: 2006/02/27
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import xml.dom.minidom import xml.dom.minidom

View File

@ -1,13 +1,12 @@
#!/usr/bin/env python # Created By: Virgil Dupras
""" # Created On: 2006/01/29
Unit Name: dupeguru.engine # $Id$
Created By: Virgil Dupras # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
Created On: 2006/01/29 #
Last modified by:$Author: virgil $ # This software is licensed under the "HS" License as described in the "LICENSE" file,
Last modified on:$Date: $ # which should be included with this package. The terms are also available at
$Revision: $ # http://www.hardcoded.net/licenses/hs_license
Copyright 2007 Hardcoded Software (http://www.hardcoded.net)
"""
from __future__ import division from __future__ import division
import difflib import difflib
import logging import logging

View File

@ -1,13 +1,12 @@
#!/usr/bin/env python # Created By: Virgil Dupras
""" # Created On: 2006/09/16
Unit Name: dupeguru.export # $Id$
Created By: Virgil Dupras # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
Created On: 2006/09/16 #
Last modified by:$Author: virgil $ # This software is licensed under the "HS" License as described in the "LICENSE" file,
Last modified on:$Date: 2009-05-28 15:22:39 +0200 (Thu, 28 May 2009) $ # which should be included with this package. The terms are also available at
$Revision: 4385 $ # http://www.hardcoded.net/licenses/hs_license
Copyright 2004-2006 Hardcoded Software (http://www.hardcoded.net)
"""
from xml.dom import minidom from xml.dom import minidom
import tempfile import tempfile
import os.path as op import os.path as op

View File

@ -1,13 +1,12 @@
#!/usr/bin/env python # Created By: Virgil Dupras
""" # Created On: 2006/05/02
Unit Name: ignore # $Id$
Created By: Virgil Dupras # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
Created On: 2006/05/02 #
Last modified by:$Author: virgil $ # This software is licensed under the "HS" License as described in the "LICENSE" file,
Last modified on:$Date: 2009-05-28 15:22:39 +0200 (Thu, 28 May 2009) $ # which should be included with this package. The terms are also available at
$Revision: 4385 $ # http://www.hardcoded.net/licenses/hs_license
Copyright 2004-2006 Hardcoded Software (http://www.hardcoded.net)
"""
from hsutil.files import FileOrPath from hsutil.files import FileOrPath
import xml.dom.minidom import xml.dom.minidom

View File

@ -1,13 +1,12 @@
#!/usr/bin/env python # Created By: Virgil Dupras
""" # Created On: 2006/02/23
Unit Name: dupeguru.results # $Id$
Created By: Virgil Dupras # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
Created On: 2006/02/23 #
Last modified by:$Author: virgil $ # This software is licensed under the "HS" License as described in the "LICENSE" file,
Last modified on:$Date: 2009-05-28 16:33:32 +0200 (Thu, 28 May 2009) $ # which should be included with this package. The terms are also available at
$Revision: 4392 $ # http://www.hardcoded.net/licenses/hs_license
Copyright 2004-2006 Hardcoded Software (http://www.hardcoded.net)
"""
import re import re
from xml.sax import handler, make_parser, SAXException from xml.sax import handler, make_parser, SAXException
from xml.sax.saxutils import XMLGenerator from xml.sax.saxutils import XMLGenerator

View File

@ -1,13 +1,12 @@
#!/usr/bin/env python # Created By: Virgil Dupras
""" # Created On: 2006/03/03
Unit Name: dupeguru.scanner # $Id$
Created By: Virgil Dupras # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
Created On: 2006/03/03 #
Last modified by:$Author: virgil $ # This software is licensed under the "HS" License as described in the "LICENSE" file,
Last modified on:$Date: 2009-05-28 15:22:39 +0200 (Thu, 28 May 2009) $ # which should be included with this package. The terms are also available at
$Revision: 4385 $ # http://www.hardcoded.net/licenses/hs_license
Copyright 2004-2006 Hardcoded Software (http://www.hardcoded.net)
"""
import logging import logging
from ignore import IgnoreList from ignore import IgnoreList

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru.tests.app_cocoa_test
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/11/11 # Created On: 2006/11/11
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import tempfile import tempfile
import shutil import shutil

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru.tests.app_test
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2007-06-23 # Created On: 2007-06-23
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru.tests.directories_test
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/02/27 # Created On: 2006/02/27
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os.path as op import os.path as op
import os import os

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru.tests.engine_test
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/01/29 # Created On: 2006/01/29
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import sys import sys

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru.tests.export_test
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/09/16 # Created On: 2006/09/16
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from xml.dom import minidom from xml.dom import minidom
from StringIO import StringIO from StringIO import StringIO

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru.tests.ignore_test
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/05/02 # Created On: 2006/05/02
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import cStringIO import cStringIO
import xml.dom.minidom import xml.dom.minidom

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru.tests.results_test
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/02/23 # Created On: 2006/02/23
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import unittest import unittest
import StringIO import StringIO

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru.tests.scanner_test
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/03/03 # Created On: 2006/03/03
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from hsutil import job from hsutil import job
from hsutil.path import Path from hsutil.path import Path

11
base/qt/LICENSE Normal file
View File

@ -0,0 +1,11 @@
Copyright 2009 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:
* 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.

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: about_box
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-09 # Created On: 2009-05-09
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import Qt, QCoreApplication, SIGNAL from PyQt4.QtCore import Qt, QCoreApplication, SIGNAL
from PyQt4.QtGui import QDialog, QDialogButtonBox, QPixmap from PyQt4.QtGui import QDialog, QDialogButtonBox, QPixmap

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: app
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-04-25 # Created On: 2009-04-25
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import logging import logging
import os.path as op import os.path as op

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: details_table
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-17 # Created On: 2009-05-17
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import Qt, SIGNAL, QAbstractTableModel, QVariant from PyQt4.QtCore import Qt, SIGNAL, QAbstractTableModel, QVariant
from PyQt4.QtGui import QHeaderView, QTableView from PyQt4.QtGui import QHeaderView, QTableView

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: directories_dialog
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-04-25 # Created On: 2009-04-25
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import SIGNAL, Qt from PyQt4.QtCore import SIGNAL, Qt
from PyQt4.QtGui import QDialog, QFileDialog, QHeaderView from PyQt4.QtGui import QDialog, QFileDialog, QHeaderView

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: directories_model
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-04-25 # Created On: 2009-04-25
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import QVariant, QModelIndex, Qt, QRect, QEvent, QPoint from PyQt4.QtCore import QVariant, QModelIndex, Qt, QRect, QEvent, QPoint
from PyQt4.QtGui import QComboBox, QStyledItemDelegate, QMouseEvent, QApplication, QBrush from PyQt4.QtGui import QComboBox, QStyledItemDelegate, QMouseEvent, QApplication, QBrush

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: error_report_dialog
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-23 # Created On: 2009-05-23
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import Qt, QUrl from PyQt4.QtCore import Qt, QUrl
from PyQt4.QtGui import QDialog, QDesktopServices from PyQt4.QtGui import QDialog, QDesktopServices

View File

@ -1,9 +1,12 @@
#!/usr/bin/env python #!/usr/bin/env python
# Unit Name: gen
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-22 # Created On: 2009-05-22
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: main_window
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-04-25 # Created On: 2009-04-25
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import Qt, QCoreApplication, QProcess, SIGNAL from PyQt4.QtCore import Qt, QCoreApplication, QProcess, SIGNAL
from PyQt4.QtGui import (QMainWindow, QMenu, QPixmap, QIcon, QToolButton, QLabel, QHeaderView, from PyQt4.QtGui import (QMainWindow, QMenu, QPixmap, QIcon, QToolButton, QLabel, QHeaderView,

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: preferences
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-03 # Created On: 2009-05-03
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import QSettings, QVariant from PyQt4.QtCore import QSettings, QVariant

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: reg
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-09 # Created On: 2009-05-09
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from hashlib import md5 from hashlib import md5

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: reg_demo_dialog
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-10 # Created On: 2009-05-10
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import SIGNAL, Qt, QUrl, QCoreApplication from PyQt4.QtCore import SIGNAL, Qt, QUrl, QCoreApplication
from PyQt4.QtGui import QDialog, QMessageBox, QDesktopServices from PyQt4.QtGui import QDialog, QMessageBox, QDesktopServices

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: reg_submit_dialog
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-09 # Created On: 2009-05-09
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import SIGNAL, Qt, QUrl, QCoreApplication from PyQt4.QtCore import SIGNAL, Qt, QUrl, QCoreApplication
from PyQt4.QtGui import QDialog, QMessageBox, QDesktopServices from PyQt4.QtGui import QDialog, QMessageBox, QDesktopServices

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name:
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-04-23 # Created On: 2009-04-23
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import SIGNAL, Qt, QAbstractItemModel, QVariant, QModelIndex, QRect from PyQt4.QtCore import SIGNAL, Qt, QAbstractItemModel, QVariant, QModelIndex, QRect
from PyQt4.QtGui import QBrush, QStyledItemDelegate, QFont, QTreeView, QColor from PyQt4.QtGui import QBrush, QStyledItemDelegate, QFont, QTreeView, QColor

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: tree_model
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-04 # Created On: 2009-05-04
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import Qt, QAbstractItemModel, QVariant, QModelIndex from PyQt4.QtCore import Qt, QAbstractItemModel, QVariant, QModelIndex

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "dgbase/AppDelegate.h" #import "dgbase/AppDelegate.h"
#import "ResultWindow.h" #import "ResultWindow.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "AppDelegate.h" #import "AppDelegate.h"
#import "cocoalib/ProgressController.h" #import "cocoalib/ProgressController.h"
#import "cocoalib/RegistrationInterface.h" #import "cocoalib/RegistrationInterface.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "dgbase/Consts.h" #import "dgbase/Consts.h"
#define APPNAME @"dupeGuru ME" #define APPNAME @"dupeGuru ME"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "dgbase/DetailsPanel.h" #import "dgbase/DetailsPanel.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "DetailsPanel.h" #import "DetailsPanel.h"
@implementation DetailsPanel @implementation DetailsPanel

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "dgbase/DirectoryPanel.h" #import "dgbase/DirectoryPanel.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "DirectoryPanel.h" #import "DirectoryPanel.h"
@implementation DirectoryPanel @implementation DirectoryPanel

11
me/cocoa/LICENSE Normal file
View File

@ -0,0 +1,11 @@
Copyright 2009 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:
* 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.

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "dgbase/PyDupeGuru.h" #import "dgbase/PyDupeGuru.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "cocoalib/Outline.h" #import "cocoalib/Outline.h"
#import "dgbase/ResultWindow.h" #import "dgbase/ResultWindow.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "ResultWindow.h" #import "ResultWindow.h"
#import "cocoalib/Dialogs.h" #import "cocoalib/Dialogs.h"
#import "cocoalib/ProgressController.h" #import "cocoalib/ProgressController.h"

View File

@ -1,4 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os

View File

@ -1,10 +1,10 @@
// /*
// main.m Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
// dupeguru
// This software is licensed under the "HS" License as described in the "LICENSE" file,
// Created by Virgil Dupras on 2006/02/01. which should be included with this package. The terms are also available at
// Copyright __MyCompanyName__ 2006. All rights reserved. http://www.hardcoded.net/licenses/hs_license
// */
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>

View File

@ -1,4 +1,10 @@
#!/usr/bin/env python # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import objc import objc
from AppKit import * from AppKit import *

View File

@ -1,4 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os
import os.path as op import os.path as op

View File

@ -1,4 +1,8 @@
#!/usr/bin/env python # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from distutils.core import setup from distutils.core import setup
import py2app import py2app

11
me/help/LICENSE Normal file
View File

@ -0,0 +1,11 @@
Copyright 2009 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:
* 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.

View File

@ -1,4 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os

11
me/qt/LICENSE Normal file
View File

@ -0,0 +1,11 @@
Copyright 2009 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:
* 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.

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: app
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-21 # Created On: 2009-05-21
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import hsfs.phys.music import hsfs.phys.music

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: app_win
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-21 # Created On: 2009-05-21
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import winshell import winshell

View File

@ -1,9 +1,12 @@
#!/usr/bin/env python #!/usr/bin/env python
# Unit Name: build
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-22 # Created On: 2009-05-22
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
# On Windows, PyInstaller is used to build an exe (py2exe creates a very bad looking icon) # On Windows, PyInstaller is used to build an exe (py2exe creates a very bad looking icon)
# The release version is outdated. Use at least r672 on http://svn.pyinstaller.org/trunk # The release version is outdated. Use at least r672 on http://svn.pyinstaller.org/trunk

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: details_dialog
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-04-27 # Created On: 2009-04-27
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import Qt from PyQt4.QtCore import Qt
from PyQt4.QtGui import QDialog from PyQt4.QtGui import QDialog

View File

@ -1,9 +1,12 @@
#!/usr/bin/env python #!/usr/bin/env python
# Unit Name: gen
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-22 # Created On: 2009-05-22
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: preferences
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-05-17 # Created On: 2009-05-17
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from dupeguru.scanner import (SCAN_TYPE_FILENAME, SCAN_TYPE_FIELDS, SCAN_TYPE_FIELDS_NO_ORDER, from dupeguru.scanner import (SCAN_TYPE_FILENAME, SCAN_TYPE_FIELDS, SCAN_TYPE_FIELDS_NO_ORDER,
SCAN_TYPE_TAG, SCAN_TYPE_CONTENT, SCAN_TYPE_CONTENT_AUDIO) SCAN_TYPE_TAG, SCAN_TYPE_CONTENT, SCAN_TYPE_CONTENT_AUDIO)

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python
# Unit Name: preferences_dialog
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2009-04-29 # Created On: 2009-04-29
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from PyQt4.QtCore import SIGNAL, Qt from PyQt4.QtCore import SIGNAL, Qt
from PyQt4.QtGui import QDialog, QDialogButtonBox from PyQt4.QtGui import QDialog, QDialogButtonBox

View File

@ -1,3 +1,10 @@
# $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import sys import sys
import cProfile import cProfile
import pstats import pstats

View File

@ -1,3 +1,10 @@
#!/usr/bin/env python
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import sys import sys
from PyQt4.QtCore import QCoreApplication from PyQt4.QtCore import QCoreApplication

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "dgbase/AppDelegate.h" #import "dgbase/AppDelegate.h"
#import "ResultWindow.h" #import "ResultWindow.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "AppDelegate.h" #import "AppDelegate.h"
#import "ProgressController.h" #import "ProgressController.h"
#import "RegistrationInterface.h" #import "RegistrationInterface.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "dgbase/Consts.h" #import "dgbase/Consts.h"
#define APPNAME @"dupeGuru PE" #define APPNAME @"dupeGuru PE"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "dgbase/DetailsPanel.h" #import "dgbase/DetailsPanel.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "Utils.h" #import "Utils.h"
#import "NSNotificationAdditions.h" #import "NSNotificationAdditions.h"
#import "NSImageAdditions.h" #import "NSImageAdditions.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "dgbase/DirectoryPanel.h" #import "dgbase/DirectoryPanel.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "DirectoryPanel.h" #import "DirectoryPanel.h"
#import "ProgressController.h" #import "ProgressController.h"

11
pe/cocoa/LICENSE Normal file
View File

@ -0,0 +1,11 @@
Copyright 2009 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:
* 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.

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "PictureBlocks.h" #import "PictureBlocks.h"
#import "Utils.h" #import "Utils.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "dgbase/PyDupeGuru.h" #import "dgbase/PyDupeGuru.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "Outline.h" #import "Outline.h"
#import "dgbase/ResultWindow.h" #import "dgbase/ResultWindow.h"

View File

@ -1,3 +1,11 @@
/*
Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "HS" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/hs_license
*/
#import "ResultWindow.h" #import "ResultWindow.h"
#import "Dialogs.h" #import "Dialogs.h"
#import "ProgressController.h" #import "ProgressController.h"

View File

@ -1,4 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os

View File

@ -1,10 +1,10 @@
// /*
// main.m Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
// dupeguru
// This software is licensed under the "HS" License as described in the "LICENSE" file,
// Created by Virgil Dupras on 2006/02/01. which should be included with this package. The terms are also available at
// Copyright __MyCompanyName__ 2006. All rights reserved. http://www.hardcoded.net/licenses/hs_license
// */
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>

View File

@ -1,4 +1,9 @@
#!/usr/bin/env python # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import objc import objc
from AppKit import * from AppKit import *

View File

@ -1,4 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os
import os.path as op import os.path as op

View File

@ -1,4 +1,8 @@
#!/usr/bin/env python # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from distutils.core import setup from distutils.core import setup
import py2app import py2app

11
pe/help/LICENSE Normal file
View File

@ -0,0 +1,11 @@
Copyright 2009 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:
* 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.

View File

@ -1,4 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os

11
pe/py/LICENSE Normal file
View File

@ -0,0 +1,11 @@
Copyright 2009 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:
* 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.

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru_pe.app_cocoa
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/11/13 # Created On: 2006/11/13
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os
import os.path as op import os.path as op

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru_pe.block
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/09/01 # Created On: 2006/09/01
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from _block import NoBlocksError, DifferentBlockCountError, avgdiff, getblocks2 from _block import NoBlocksError, DifferentBlockCountError, avgdiff, getblocks2

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru_pe.cache
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/09/14 # Created On: 2006/09/14
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os import os
import logging import logging

View File

@ -1,8 +1,11 @@
# Unit Name: dupeguru_pe.data
# Created By: Virgil Dupras # Created By: Virgil Dupras
# Created On: 2006/03/15 # Created On: 2006/03/15
# $Id$ # $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net) # Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from hsutil.str import format_size from hsutil.str import format_size
from dupeguru.data import format_path, format_timestamp, format_perc, format_dupe_count, cmp_value from dupeguru.data import format_path, format_timestamp, format_perc, format_dupe_count, cmp_value

Some files were not shown because too many files have changed in this diff Show More