From 0c07046ec406caf9725100fe52e89f69d11b835d Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 3 Jan 2015 16:29:36 -0500 Subject: [PATCH] cocoalib update --- cocoalib/Dialogs.h | 6 +++--- cocoalib/Dialogs.m | 6 +++--- cocoalib/HSAboutBox.h | 6 +++--- cocoalib/HSAboutBox.m | 6 +++--- cocoalib/HSErrorReportWindow.h | 6 +++--- cocoalib/HSErrorReportWindow.m | 6 +++--- cocoalib/HSGeometry.h | 6 +++--- cocoalib/HSGeometry.m | 6 +++--- cocoalib/HSPyUtil.h | 6 +++--- cocoalib/HSPyUtil.m | 6 +++--- cocoalib/HSQuicklook.h | 6 +++--- cocoalib/HSQuicklook.m | 6 +++--- cocoalib/HSRecentFiles.h | 6 +++--- cocoalib/HSRecentFiles.m | 6 +++--- cocoalib/NSEventAdditions.h | 6 +++--- cocoalib/NSEventAdditions.m | 6 +++--- cocoalib/ProgressController.h | 6 +++--- cocoalib/ProgressController.m | 6 +++--- cocoalib/Utils.h | 6 +++--- cocoalib/Utils.m | 6 +++--- cocoalib/ValueTransformers.h | 6 +++--- cocoalib/ValueTransformers.m | 6 +++--- cocoalib/cocoa/__init__.py | 6 +++--- cocoalib/controllers/HSColumns.h | 6 +++--- cocoalib/controllers/HSColumns.m | 8 ++++---- cocoalib/controllers/HSComboBox.h | 6 +++--- cocoalib/controllers/HSComboBox.m | 6 +++--- cocoalib/controllers/HSGUIController.h | 6 +++--- cocoalib/controllers/HSGUIController.m | 6 +++--- cocoalib/controllers/HSOutline.h | 6 +++--- cocoalib/controllers/HSOutline.m | 6 +++--- cocoalib/controllers/HSPopUpList.h | 6 +++--- cocoalib/controllers/HSPopUpList.m | 6 +++--- cocoalib/controllers/HSProgressWindow.h | 6 +++--- cocoalib/controllers/HSProgressWindow.m | 6 +++--- cocoalib/controllers/HSSelectableList.h | 6 +++--- cocoalib/controllers/HSSelectableList.m | 6 +++--- cocoalib/controllers/HSTable.h | 6 +++--- cocoalib/controllers/HSTable.m | 6 +++--- cocoalib/controllers/HSTextField.h | 6 +++--- cocoalib/controllers/HSTextField.m | 6 +++--- cocoalib/views/HSOutlineView.h | 6 +++--- cocoalib/views/HSOutlineView.m | 9 +++++---- cocoalib/views/HSTableView.h | 6 +++--- cocoalib/views/HSTableView.m | 6 +++--- cocoalib/views/NSIndexPathAdditions.h | 6 +++--- cocoalib/views/NSIndexPathAdditions.m | 6 +++--- cocoalib/views/NSTableViewAdditions.h | 6 +++--- cocoalib/views/NSTableViewAdditions.m | 6 +++--- 49 files changed, 150 insertions(+), 149 deletions(-) diff --git a/cocoalib/Dialogs.h b/cocoalib/Dialogs.h index 1cfc614a..5a55972d 100644 --- a/cocoalib/Dialogs.h +++ b/cocoalib/Dialogs.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/Dialogs.m b/cocoalib/Dialogs.m index c29e2719..254d87c3 100644 --- a/cocoalib/Dialogs.m +++ b/cocoalib/Dialogs.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "Dialogs.h" diff --git a/cocoalib/HSAboutBox.h b/cocoalib/HSAboutBox.h index 1d5bf4f7..450e0bdc 100644 --- a/cocoalib/HSAboutBox.h +++ b/cocoalib/HSAboutBox.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/HSAboutBox.m b/cocoalib/HSAboutBox.m index bda04f62..65e7fd2d 100644 --- a/cocoalib/HSAboutBox.m +++ b/cocoalib/HSAboutBox.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSAboutBox.h" diff --git a/cocoalib/HSErrorReportWindow.h b/cocoalib/HSErrorReportWindow.h index 4aef27c7..51a07219 100644 --- a/cocoalib/HSErrorReportWindow.h +++ b/cocoalib/HSErrorReportWindow.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/HSErrorReportWindow.m b/cocoalib/HSErrorReportWindow.m index 4ad4bd3e..9fb0aff4 100644 --- a/cocoalib/HSErrorReportWindow.m +++ b/cocoalib/HSErrorReportWindow.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSErrorReportWindow.h" diff --git a/cocoalib/HSGeometry.h b/cocoalib/HSGeometry.h index eff39882..fd9a224b 100644 --- a/cocoalib/HSGeometry.h +++ b/cocoalib/HSGeometry.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/HSGeometry.m b/cocoalib/HSGeometry.m index 06fad066..2aa9fdaf 100644 --- a/cocoalib/HSGeometry.m +++ b/cocoalib/HSGeometry.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSGeometry.h" diff --git a/cocoalib/HSPyUtil.h b/cocoalib/HSPyUtil.h index 09a045f7..f4dc4225 100644 --- a/cocoalib/HSPyUtil.h +++ b/cocoalib/HSPyUtil.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/HSPyUtil.m b/cocoalib/HSPyUtil.m index 8ddecc1c..ff3e4e31 100644 --- a/cocoalib/HSPyUtil.m +++ b/cocoalib/HSPyUtil.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSPyUtil.h" diff --git a/cocoalib/HSQuicklook.h b/cocoalib/HSQuicklook.h index 64804732..60f4a910 100644 --- a/cocoalib/HSQuicklook.h +++ b/cocoalib/HSQuicklook.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/HSQuicklook.m b/cocoalib/HSQuicklook.m index 2278596f..d0975100 100644 --- a/cocoalib/HSQuicklook.m +++ b/cocoalib/HSQuicklook.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSQuicklook.h" diff --git a/cocoalib/HSRecentFiles.h b/cocoalib/HSRecentFiles.h index d84366df..0c214f25 100644 --- a/cocoalib/HSRecentFiles.h +++ b/cocoalib/HSRecentFiles.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/HSRecentFiles.m b/cocoalib/HSRecentFiles.m index 0141f012..231ebe6d 100644 --- a/cocoalib/HSRecentFiles.m +++ b/cocoalib/HSRecentFiles.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSRecentFiles.h" diff --git a/cocoalib/NSEventAdditions.h b/cocoalib/NSEventAdditions.h index 9062a432..e5661736 100644 --- a/cocoalib/NSEventAdditions.h +++ b/cocoalib/NSEventAdditions.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/NSEventAdditions.m b/cocoalib/NSEventAdditions.m index 04637ccb..03f8b007 100644 --- a/cocoalib/NSEventAdditions.m +++ b/cocoalib/NSEventAdditions.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "NSEventAdditions.h" diff --git a/cocoalib/ProgressController.h b/cocoalib/ProgressController.h index ff732757..46e70345 100644 --- a/cocoalib/ProgressController.h +++ b/cocoalib/ProgressController.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/ProgressController.m b/cocoalib/ProgressController.m index 3d236094..891ca7ae 100644 --- a/cocoalib/ProgressController.m +++ b/cocoalib/ProgressController.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "ProgressController.h" diff --git a/cocoalib/Utils.h b/cocoalib/Utils.h index 462c4eec..233e0347 100644 --- a/cocoalib/Utils.h +++ b/cocoalib/Utils.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/Utils.m b/cocoalib/Utils.m index eb6c2689..024a0956 100644 --- a/cocoalib/Utils.m +++ b/cocoalib/Utils.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "Utils.h" diff --git a/cocoalib/ValueTransformers.h b/cocoalib/ValueTransformers.h index b892c513..e1ef288c 100644 --- a/cocoalib/ValueTransformers.h +++ b/cocoalib/ValueTransformers.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/ValueTransformers.m b/cocoalib/ValueTransformers.m index c21eed02..24428f50 100644 --- a/cocoalib/ValueTransformers.m +++ b/cocoalib/ValueTransformers.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "ValueTransformers.h" diff --git a/cocoalib/cocoa/__init__.py b/cocoalib/cocoa/__init__.py index 0fccffb1..5a23bf2f 100644 --- a/cocoalib/cocoa/__init__.py +++ b/cocoalib/cocoa/__init__.py @@ -1,10 +1,10 @@ # Created By: Virgil Dupras # Created On: 2007-10-06 -# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -# This software is licensed under the "BSD" License as described in the "LICENSE" file, +# This software is licensed under the "GPLv3" 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/bsd_license +# http://www.gnu.org/licenses/gpl-3.0.html import logging import time diff --git a/cocoalib/controllers/HSColumns.h b/cocoalib/controllers/HSColumns.h index d97177dd..10f5e39e 100644 --- a/cocoalib/controllers/HSColumns.h +++ b/cocoalib/controllers/HSColumns.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/controllers/HSColumns.m b/cocoalib/controllers/HSColumns.m index 3b63dad2..58d8b325 100644 --- a/cocoalib/controllers/HSColumns.m +++ b/cocoalib/controllers/HSColumns.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSColumns.h" @@ -76,7 +76,7 @@ http://www.hardcoded.net/licenses/bsd_license NSString *title = NSLocalizedStringFromTable([[c headerCell] stringValue], @"columns", @""); [[c headerCell] setStringValue:title]; } - NSUserDefaults *udc = [NSUserDefaultsController sharedUserDefaultsController]; + NSUserDefaultsController *udc = [NSUserDefaultsController sharedUserDefaultsController]; HSColumnDef *cdef = columns; while (cdef->attrname != nil) { if ([[self view] tableColumnWithIdentifier:cdef->attrname] != nil) { diff --git a/cocoalib/controllers/HSComboBox.h b/cocoalib/controllers/HSComboBox.h index 882f3756..57c31141 100644 --- a/cocoalib/controllers/HSComboBox.h +++ b/cocoalib/controllers/HSComboBox.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/controllers/HSComboBox.m b/cocoalib/controllers/HSComboBox.m index 09260a15..5e8dea9c 100644 --- a/cocoalib/controllers/HSComboBox.m +++ b/cocoalib/controllers/HSComboBox.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSComboBox.h" diff --git a/cocoalib/controllers/HSGUIController.h b/cocoalib/controllers/HSGUIController.h index d2e6398b..5042ce15 100644 --- a/cocoalib/controllers/HSGUIController.h +++ b/cocoalib/controllers/HSGUIController.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/controllers/HSGUIController.m b/cocoalib/controllers/HSGUIController.m index 435961e2..b7658e2a 100644 --- a/cocoalib/controllers/HSGUIController.m +++ b/cocoalib/controllers/HSGUIController.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSGUIController.h" diff --git a/cocoalib/controllers/HSOutline.h b/cocoalib/controllers/HSOutline.h index 92f8f526..b7f54f83 100644 --- a/cocoalib/controllers/HSOutline.h +++ b/cocoalib/controllers/HSOutline.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/controllers/HSOutline.m b/cocoalib/controllers/HSOutline.m index a312f28e..5bb32c15 100644 --- a/cocoalib/controllers/HSOutline.m +++ b/cocoalib/controllers/HSOutline.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSOutline.h" diff --git a/cocoalib/controllers/HSPopUpList.h b/cocoalib/controllers/HSPopUpList.h index a21ed062..88e82349 100644 --- a/cocoalib/controllers/HSPopUpList.h +++ b/cocoalib/controllers/HSPopUpList.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/controllers/HSPopUpList.m b/cocoalib/controllers/HSPopUpList.m index fe487141..2e6fbbc0 100644 --- a/cocoalib/controllers/HSPopUpList.m +++ b/cocoalib/controllers/HSPopUpList.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSPopUpList.h" diff --git a/cocoalib/controllers/HSProgressWindow.h b/cocoalib/controllers/HSProgressWindow.h index 993a29a3..7d9458c3 100644 --- a/cocoalib/controllers/HSProgressWindow.h +++ b/cocoalib/controllers/HSProgressWindow.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/controllers/HSProgressWindow.m b/cocoalib/controllers/HSProgressWindow.m index 20f919dc..1ddc211f 100644 --- a/cocoalib/controllers/HSProgressWindow.m +++ b/cocoalib/controllers/HSProgressWindow.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSProgressWindow.h" diff --git a/cocoalib/controllers/HSSelectableList.h b/cocoalib/controllers/HSSelectableList.h index 36886871..c2a6645d 100644 --- a/cocoalib/controllers/HSSelectableList.h +++ b/cocoalib/controllers/HSSelectableList.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/controllers/HSSelectableList.m b/cocoalib/controllers/HSSelectableList.m index 0bb13966..94e47e3c 100644 --- a/cocoalib/controllers/HSSelectableList.m +++ b/cocoalib/controllers/HSSelectableList.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSSelectableList.h" diff --git a/cocoalib/controllers/HSTable.h b/cocoalib/controllers/HSTable.h index 497cb792..41a29123 100644 --- a/cocoalib/controllers/HSTable.h +++ b/cocoalib/controllers/HSTable.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/controllers/HSTable.m b/cocoalib/controllers/HSTable.m index 9b341048..7325c816 100644 --- a/cocoalib/controllers/HSTable.m +++ b/cocoalib/controllers/HSTable.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSTable.h" diff --git a/cocoalib/controllers/HSTextField.h b/cocoalib/controllers/HSTextField.h index 78cfe5e3..26a3cd2e 100644 --- a/cocoalib/controllers/HSTextField.h +++ b/cocoalib/controllers/HSTextField.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/controllers/HSTextField.m b/cocoalib/controllers/HSTextField.m index 0483e296..145f1261 100644 --- a/cocoalib/controllers/HSTextField.m +++ b/cocoalib/controllers/HSTextField.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSTextField.h" diff --git a/cocoalib/views/HSOutlineView.h b/cocoalib/views/HSOutlineView.h index 1c6fcf4b..ec524896 100644 --- a/cocoalib/views/HSOutlineView.h +++ b/cocoalib/views/HSOutlineView.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/views/HSOutlineView.m b/cocoalib/views/HSOutlineView.m index 099a7a03..14ab995c 100644 --- a/cocoalib/views/HSOutlineView.m +++ b/cocoalib/views/HSOutlineView.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSOutlineView.h" @@ -131,9 +131,10 @@ http://www.hardcoded.net/licenses/bsd_license */ id delegate = [self delegate]; NSIndexPath *tmppath = [NSIndexPath indexPathWithIndex:[aPath indexAtPosition:0]]; + [self expandItem:[delegate internalizedPath:tmppath]]; for (NSInteger i=1; i<[aPath length]; i++) { - [self expandItem:[delegate internalizedPath:tmppath]]; tmppath = [tmppath indexPathByAddingIndex:[aPath indexAtPosition:i]]; + [self expandItem:[delegate internalizedPath:tmppath]]; } } diff --git a/cocoalib/views/HSTableView.h b/cocoalib/views/HSTableView.h index c95a7dd5..ad229dc0 100644 --- a/cocoalib/views/HSTableView.h +++ b/cocoalib/views/HSTableView.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/views/HSTableView.m b/cocoalib/views/HSTableView.m index 9f0a2685..ea045f87 100644 --- a/cocoalib/views/HSTableView.m +++ b/cocoalib/views/HSTableView.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "HSTableView.h" diff --git a/cocoalib/views/NSIndexPathAdditions.h b/cocoalib/views/NSIndexPathAdditions.h index 5177e6f7..376adf2b 100644 --- a/cocoalib/views/NSIndexPathAdditions.h +++ b/cocoalib/views/NSIndexPathAdditions.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/views/NSIndexPathAdditions.m b/cocoalib/views/NSIndexPathAdditions.m index 9fa88e50..b8590a17 100644 --- a/cocoalib/views/NSIndexPathAdditions.m +++ b/cocoalib/views/NSIndexPathAdditions.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "NSIndexPathAdditions.h" diff --git a/cocoalib/views/NSTableViewAdditions.h b/cocoalib/views/NSTableViewAdditions.h index a44ed89d..308a0415 100644 --- a/cocoalib/views/NSTableViewAdditions.h +++ b/cocoalib/views/NSTableViewAdditions.h @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import diff --git a/cocoalib/views/NSTableViewAdditions.m b/cocoalib/views/NSTableViewAdditions.m index 86e1cccc..0306d494 100644 --- a/cocoalib/views/NSTableViewAdditions.m +++ b/cocoalib/views/NSTableViewAdditions.m @@ -1,9 +1,9 @@ /* -Copyright 2014 Hardcoded Software (http://www.hardcoded.net) +Copyright 2015 Hardcoded Software (http://www.hardcoded.net) -This software is licensed under the "BSD" License as described in the "LICENSE" file, +This software is licensed under the "GPLv3" 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/bsd_license +http://www.gnu.org/licenses/gpl-3.0.html */ #import "NSTableViewAdditions.h"