From c9035046ae3509580f10dfbb7f4092b736ece248 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 1 Feb 2014 17:54:30 -0500 Subject: [PATCH] Updated cocoalib --- cocoalib/Dialogs.h | 2 +- cocoalib/Dialogs.m | 2 +- cocoalib/HSAboutBox.h | 2 +- cocoalib/HSAboutBox.m | 2 +- cocoalib/HSErrorReportWindow.h | 2 +- cocoalib/HSErrorReportWindow.m | 2 +- cocoalib/HSGeometry.h | 2 +- cocoalib/HSGeometry.m | 2 +- cocoalib/HSPyUtil.h | 2 +- cocoalib/HSPyUtil.m | 2 +- cocoalib/HSQuicklook.h | 2 +- cocoalib/HSQuicklook.m | 2 +- cocoalib/HSRecentFiles.h | 2 +- cocoalib/HSRecentFiles.m | 2 +- cocoalib/LICENSE | 2 +- cocoalib/NSEventAdditions.h | 2 +- cocoalib/NSEventAdditions.m | 2 +- cocoalib/ProgressController.h | 2 +- cocoalib/ProgressController.m | 2 +- cocoalib/Utils.h | 2 +- cocoalib/Utils.m | 2 +- cocoalib/ValueTransformers.h | 2 +- cocoalib/ValueTransformers.m | 2 +- cocoalib/cocoa/__init__.py | 2 +- cocoalib/controllers/HSColumns.h | 2 +- cocoalib/controllers/HSColumns.m | 2 +- cocoalib/controllers/HSComboBox.h | 2 +- cocoalib/controllers/HSComboBox.m | 2 +- cocoalib/controllers/HSGUIController.h | 2 +- cocoalib/controllers/HSGUIController.m | 2 +- cocoalib/controllers/HSOutline.h | 2 +- cocoalib/controllers/HSOutline.m | 2 +- cocoalib/controllers/HSPopUpList.h | 2 +- cocoalib/controllers/HSPopUpList.m | 2 +- cocoalib/controllers/HSProgressWindow.h | 2 +- cocoalib/controllers/HSProgressWindow.m | 2 +- cocoalib/controllers/HSSelectableList.h | 2 +- cocoalib/controllers/HSSelectableList.m | 2 +- cocoalib/controllers/HSTable.h | 2 +- cocoalib/controllers/HSTable.m | 2 +- cocoalib/controllers/HSTextField.h | 2 +- cocoalib/controllers/HSTextField.m | 2 +- cocoalib/views/HSOutlineView.h | 2 +- cocoalib/views/HSOutlineView.m | 2 +- cocoalib/views/HSTableView.h | 2 +- cocoalib/views/HSTableView.m | 2 +- cocoalib/views/NSIndexPathAdditions.h | 2 +- cocoalib/views/NSIndexPathAdditions.m | 2 +- cocoalib/views/NSTableViewAdditions.h | 2 +- cocoalib/views/NSTableViewAdditions.m | 2 +- 50 files changed, 50 insertions(+), 50 deletions(-) diff --git a/cocoalib/Dialogs.h b/cocoalib/Dialogs.h index ed75266d..1cfc614a 100644 --- a/cocoalib/Dialogs.h +++ b/cocoalib/Dialogs.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/Dialogs.m b/cocoalib/Dialogs.m index 194d5549..c29e2719 100644 --- a/cocoalib/Dialogs.m +++ b/cocoalib/Dialogs.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSAboutBox.h b/cocoalib/HSAboutBox.h index 89d53aae..1d5bf4f7 100644 --- a/cocoalib/HSAboutBox.h +++ b/cocoalib/HSAboutBox.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSAboutBox.m b/cocoalib/HSAboutBox.m index e050afcb..bda04f62 100644 --- a/cocoalib/HSAboutBox.m +++ b/cocoalib/HSAboutBox.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSErrorReportWindow.h b/cocoalib/HSErrorReportWindow.h index 7c914c50..06cd76ec 100644 --- a/cocoalib/HSErrorReportWindow.h +++ b/cocoalib/HSErrorReportWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSErrorReportWindow.m b/cocoalib/HSErrorReportWindow.m index 91c2d820..b872c410 100644 --- a/cocoalib/HSErrorReportWindow.m +++ b/cocoalib/HSErrorReportWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSGeometry.h b/cocoalib/HSGeometry.h index e8779e2e..eff39882 100644 --- a/cocoalib/HSGeometry.h +++ b/cocoalib/HSGeometry.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSGeometry.m b/cocoalib/HSGeometry.m index 128c65ef..06fad066 100644 --- a/cocoalib/HSGeometry.m +++ b/cocoalib/HSGeometry.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSPyUtil.h b/cocoalib/HSPyUtil.h index 2eda0b7b..09a045f7 100644 --- a/cocoalib/HSPyUtil.h +++ b/cocoalib/HSPyUtil.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSPyUtil.m b/cocoalib/HSPyUtil.m index aff588c3..8ddecc1c 100644 --- a/cocoalib/HSPyUtil.m +++ b/cocoalib/HSPyUtil.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSQuicklook.h b/cocoalib/HSQuicklook.h index 2d220f92..64804732 100644 --- a/cocoalib/HSQuicklook.h +++ b/cocoalib/HSQuicklook.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSQuicklook.m b/cocoalib/HSQuicklook.m index b003adf5..2278596f 100644 --- a/cocoalib/HSQuicklook.m +++ b/cocoalib/HSQuicklook.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSRecentFiles.h b/cocoalib/HSRecentFiles.h index 987da851..d84366df 100644 --- a/cocoalib/HSRecentFiles.h +++ b/cocoalib/HSRecentFiles.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/HSRecentFiles.m b/cocoalib/HSRecentFiles.m index 8acc88e1..0141f012 100644 --- a/cocoalib/HSRecentFiles.m +++ b/cocoalib/HSRecentFiles.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/LICENSE b/cocoalib/LICENSE index 791cf728..5a8d3ceb 100644 --- a/cocoalib/LICENSE +++ b/cocoalib/LICENSE @@ -1,4 +1,4 @@ -Copyright 2013, Hardcoded Software Inc., http://www.hardcoded.net +Copyright 2014, Hardcoded Software Inc., http://www.hardcoded.net All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cocoalib/NSEventAdditions.h b/cocoalib/NSEventAdditions.h index ba9b4de9..9062a432 100644 --- a/cocoalib/NSEventAdditions.h +++ b/cocoalib/NSEventAdditions.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/NSEventAdditions.m b/cocoalib/NSEventAdditions.m index 5a5e6de8..04637ccb 100644 --- a/cocoalib/NSEventAdditions.m +++ b/cocoalib/NSEventAdditions.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/ProgressController.h b/cocoalib/ProgressController.h index 59905192..ff732757 100644 --- a/cocoalib/ProgressController.h +++ b/cocoalib/ProgressController.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/ProgressController.m b/cocoalib/ProgressController.m index b4b361c9..3d236094 100644 --- a/cocoalib/ProgressController.m +++ b/cocoalib/ProgressController.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/Utils.h b/cocoalib/Utils.h index 8068827f..462c4eec 100644 --- a/cocoalib/Utils.h +++ b/cocoalib/Utils.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/Utils.m b/cocoalib/Utils.m index 6dbf4039..eb6c2689 100644 --- a/cocoalib/Utils.m +++ b/cocoalib/Utils.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/ValueTransformers.h b/cocoalib/ValueTransformers.h index 8d6858f0..b892c513 100644 --- a/cocoalib/ValueTransformers.h +++ b/cocoalib/ValueTransformers.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/ValueTransformers.m b/cocoalib/ValueTransformers.m index 7dfb0ce7..c21eed02 100644 --- a/cocoalib/ValueTransformers.m +++ b/cocoalib/ValueTransformers.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/cocoa/__init__.py b/cocoalib/cocoa/__init__.py index 33d09805..cff34848 100644 --- a/cocoalib/cocoa/__init__.py +++ b/cocoalib/cocoa/__init__.py @@ -1,6 +1,6 @@ # Created By: Virgil Dupras # Created On: 2007-10-06 -# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +# Copyright 2014 Hardcoded Software (http://www.hardcoded.net) # This software is licensed under the "BSD" License as described in the "LICENSE" file, # which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSColumns.h b/cocoalib/controllers/HSColumns.h index fbb1cbd9..d97177dd 100644 --- a/cocoalib/controllers/HSColumns.h +++ b/cocoalib/controllers/HSColumns.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSColumns.m b/cocoalib/controllers/HSColumns.m index 4c35082d..3b63dad2 100644 --- a/cocoalib/controllers/HSColumns.m +++ b/cocoalib/controllers/HSColumns.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSComboBox.h b/cocoalib/controllers/HSComboBox.h index 20c729e7..882f3756 100644 --- a/cocoalib/controllers/HSComboBox.h +++ b/cocoalib/controllers/HSComboBox.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSComboBox.m b/cocoalib/controllers/HSComboBox.m index 1f268e4e..09260a15 100644 --- a/cocoalib/controllers/HSComboBox.m +++ b/cocoalib/controllers/HSComboBox.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSGUIController.h b/cocoalib/controllers/HSGUIController.h index 596db7ff..d2e6398b 100644 --- a/cocoalib/controllers/HSGUIController.h +++ b/cocoalib/controllers/HSGUIController.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSGUIController.m b/cocoalib/controllers/HSGUIController.m index bc62369b..435961e2 100644 --- a/cocoalib/controllers/HSGUIController.m +++ b/cocoalib/controllers/HSGUIController.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSOutline.h b/cocoalib/controllers/HSOutline.h index 7b9ce93f..92f8f526 100644 --- a/cocoalib/controllers/HSOutline.h +++ b/cocoalib/controllers/HSOutline.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSOutline.m b/cocoalib/controllers/HSOutline.m index a39a566d..a312f28e 100644 --- a/cocoalib/controllers/HSOutline.m +++ b/cocoalib/controllers/HSOutline.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSPopUpList.h b/cocoalib/controllers/HSPopUpList.h index 6797c771..a21ed062 100644 --- a/cocoalib/controllers/HSPopUpList.h +++ b/cocoalib/controllers/HSPopUpList.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSPopUpList.m b/cocoalib/controllers/HSPopUpList.m index a0b23c16..fe487141 100644 --- a/cocoalib/controllers/HSPopUpList.m +++ b/cocoalib/controllers/HSPopUpList.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSProgressWindow.h b/cocoalib/controllers/HSProgressWindow.h index 739959e7..993a29a3 100644 --- a/cocoalib/controllers/HSProgressWindow.h +++ b/cocoalib/controllers/HSProgressWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSProgressWindow.m b/cocoalib/controllers/HSProgressWindow.m index eba64bfd..20f919dc 100644 --- a/cocoalib/controllers/HSProgressWindow.m +++ b/cocoalib/controllers/HSProgressWindow.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSSelectableList.h b/cocoalib/controllers/HSSelectableList.h index a8e3127f..36886871 100644 --- a/cocoalib/controllers/HSSelectableList.h +++ b/cocoalib/controllers/HSSelectableList.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSSelectableList.m b/cocoalib/controllers/HSSelectableList.m index 77b981d5..0bb13966 100644 --- a/cocoalib/controllers/HSSelectableList.m +++ b/cocoalib/controllers/HSSelectableList.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSTable.h b/cocoalib/controllers/HSTable.h index 9454b30f..497cb792 100644 --- a/cocoalib/controllers/HSTable.h +++ b/cocoalib/controllers/HSTable.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSTable.m b/cocoalib/controllers/HSTable.m index 694dd183..9b341048 100644 --- a/cocoalib/controllers/HSTable.m +++ b/cocoalib/controllers/HSTable.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSTextField.h b/cocoalib/controllers/HSTextField.h index b78daa8c..78cfe5e3 100644 --- a/cocoalib/controllers/HSTextField.h +++ b/cocoalib/controllers/HSTextField.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/controllers/HSTextField.m b/cocoalib/controllers/HSTextField.m index 4bea9a7b..0483e296 100644 --- a/cocoalib/controllers/HSTextField.m +++ b/cocoalib/controllers/HSTextField.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/views/HSOutlineView.h b/cocoalib/views/HSOutlineView.h index 5770acca..1c6fcf4b 100644 --- a/cocoalib/views/HSOutlineView.h +++ b/cocoalib/views/HSOutlineView.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/views/HSOutlineView.m b/cocoalib/views/HSOutlineView.m index 28779cf9..099a7a03 100644 --- a/cocoalib/views/HSOutlineView.m +++ b/cocoalib/views/HSOutlineView.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/views/HSTableView.h b/cocoalib/views/HSTableView.h index 79df8b42..c95a7dd5 100644 --- a/cocoalib/views/HSTableView.h +++ b/cocoalib/views/HSTableView.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/views/HSTableView.m b/cocoalib/views/HSTableView.m index f153e540..9f0a2685 100644 --- a/cocoalib/views/HSTableView.m +++ b/cocoalib/views/HSTableView.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/views/NSIndexPathAdditions.h b/cocoalib/views/NSIndexPathAdditions.h index 25ba2369..5177e6f7 100644 --- a/cocoalib/views/NSIndexPathAdditions.h +++ b/cocoalib/views/NSIndexPathAdditions.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/views/NSIndexPathAdditions.m b/cocoalib/views/NSIndexPathAdditions.m index 956e2691..9fa88e50 100644 --- a/cocoalib/views/NSIndexPathAdditions.m +++ b/cocoalib/views/NSIndexPathAdditions.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/views/NSTableViewAdditions.h b/cocoalib/views/NSTableViewAdditions.h index 6849cfac..a44ed89d 100644 --- a/cocoalib/views/NSTableViewAdditions.h +++ b/cocoalib/views/NSTableViewAdditions.h @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at diff --git a/cocoalib/views/NSTableViewAdditions.m b/cocoalib/views/NSTableViewAdditions.m index 2c91fb96..86e1cccc 100644 --- a/cocoalib/views/NSTableViewAdditions.m +++ b/cocoalib/views/NSTableViewAdditions.m @@ -1,5 +1,5 @@ /* -Copyright 2013 Hardcoded Software (http://www.hardcoded.net) +Copyright 2014 Hardcoded Software (http://www.hardcoded.net) This software is licensed under the "BSD" License as described in the "LICENSE" file, which should be included with this package. The terms are also available at