From 68a7345f653b73682c7b4d9b891b1bf9179102f4 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 5 Jan 2011 21:15:09 -0500 Subject: [PATCH] Happy new year! --- English.lproj/InfoPlist.strings | Bin 298 -> 298 bytes Info.plist | 2 +- MacGDBp_Prefix.pch | 2 +- Source/AppDelegate.h | 2 +- Source/AppDelegate.m | 2 +- Source/BSLineNumberView.h | 2 +- Source/BSLineNumberView.m | 2 +- Source/BSSourceView.h | 2 +- Source/BSSourceView.m | 2 +- Source/BSSourceViewTextView.h | 2 +- Source/BSSourceViewTextView.m | 2 +- Source/BSSplitView.h | 2 +- Source/BSSplitView.m | 2 +- Source/Breakpoint.h | 2 +- Source/Breakpoint.m | 2 +- Source/BreakpointController.h | 2 +- Source/BreakpointController.m | 2 +- Source/BreakpointManager.h | 2 +- Source/BreakpointManager.m | 2 +- Source/DebuggerBackEnd.h | 2 +- Source/DebuggerBackEnd.m | 2 +- Source/DebuggerController.h | 2 +- Source/DebuggerController.m | 2 +- Source/LoggingController.h | 2 +- Source/LoggingController.m | 2 +- Source/NSXMLElementAdditions.h | 2 +- Source/NSXMLElementAdditions.m | 2 +- Source/NetworkCallbackController.h | 2 +- Source/NetworkCallbackController.mm | 2 +- Source/NetworkConnection.h | 2 +- Source/NetworkConnection.mm | 2 +- Source/NetworkConnectionPrivate.h | 2 +- Source/PreferencesController.h | 2 +- Source/PreferencesController.m | 2 +- Source/PreferencesPathsArrayController.h | 2 +- Source/PreferencesPathsArrayController.m | 2 +- Source/StackController.h | 2 +- Source/StackController.m | 2 +- Source/StackFrame.h | 2 +- Source/StackFrame.m | 2 +- Source/VariableNode.h | 2 +- Source/VariableNode.m | 2 +- main.m | 2 +- 43 files changed, 42 insertions(+), 42 deletions(-) diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings index ff182f39969cea794c279cfe88c4f8264b30d5cb..22d1fcbc9513039ef8ad6f4ac53d6f8a29f42f17 100644 GIT binary patch delta 11 ScmZ3*w2EoMHAcgU*Mk8X=me|) delta 11 ScmZ3*w2EoMHAaJp*Mk8XCFBundleExecutable ${EXECUTABLE_NAME} CFBundleGetInfoString - ${EXECUTABLE_NAME} 1.4 Beta 1, Copyright 2007-2010 Blue Static + ${EXECUTABLE_NAME} 1.4 Beta 1, Copyright 2007-2011 Blue Static CFBundleIconFile MacGDBp CFBundleIdentifier diff --git a/MacGDBp_Prefix.pch b/MacGDBp_Prefix.pch index 40cd05c..f163da7 100644 --- a/MacGDBp_Prefix.pch +++ b/MacGDBp_Prefix.pch @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/AppDelegate.h b/Source/AppDelegate.h index c92978f..dfcb9d5 100644 --- a/Source/AppDelegate.h +++ b/Source/AppDelegate.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/AppDelegate.m b/Source/AppDelegate.m index 4091ac0..bf4462e 100644 --- a/Source/AppDelegate.m +++ b/Source/AppDelegate.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BSLineNumberView.h b/Source/BSLineNumberView.h index 53bfd8c..f8aabb3 100644 --- a/Source/BSLineNumberView.h +++ b/Source/BSLineNumberView.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BSLineNumberView.m b/Source/BSLineNumberView.m index e38cafd..1e4a41d 100644 --- a/Source/BSLineNumberView.m +++ b/Source/BSLineNumberView.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BSSourceView.h b/Source/BSSourceView.h index ffdc0ed..b81619d 100644 --- a/Source/BSSourceView.h +++ b/Source/BSSourceView.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BSSourceView.m b/Source/BSSourceView.m index f8ce527..2449e89 100644 --- a/Source/BSSourceView.m +++ b/Source/BSSourceView.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BSSourceViewTextView.h b/Source/BSSourceViewTextView.h index 1453b68..4fd2ac9 100644 --- a/Source/BSSourceViewTextView.h +++ b/Source/BSSourceViewTextView.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BSSourceViewTextView.m b/Source/BSSourceViewTextView.m index 7100a17..99cead5 100644 --- a/Source/BSSourceViewTextView.m +++ b/Source/BSSourceViewTextView.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BSSplitView.h b/Source/BSSplitView.h index d9c2dfa..5d0fe8f 100644 --- a/Source/BSSplitView.h +++ b/Source/BSSplitView.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BSSplitView.m b/Source/BSSplitView.m index 120950b..d3963a2 100644 --- a/Source/BSSplitView.m +++ b/Source/BSSplitView.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/Breakpoint.h b/Source/Breakpoint.h index 1b2b56b..ad49df6 100644 --- a/Source/Breakpoint.h +++ b/Source/Breakpoint.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/Breakpoint.m b/Source/Breakpoint.m index a44517c..509d3be 100644 --- a/Source/Breakpoint.m +++ b/Source/Breakpoint.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BreakpointController.h b/Source/BreakpointController.h index 2d8688e..f4fed51 100644 --- a/Source/BreakpointController.h +++ b/Source/BreakpointController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BreakpointController.m b/Source/BreakpointController.m index c1d363b..8790860 100644 --- a/Source/BreakpointController.m +++ b/Source/BreakpointController.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BreakpointManager.h b/Source/BreakpointManager.h index e18b0f3..87ee349 100644 --- a/Source/BreakpointManager.h +++ b/Source/BreakpointManager.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/BreakpointManager.m b/Source/BreakpointManager.m index 7ddb46f..0407a47 100644 --- a/Source/BreakpointManager.m +++ b/Source/BreakpointManager.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/DebuggerBackEnd.h b/Source/DebuggerBackEnd.h index efebdcd..f95a4ed 100644 --- a/Source/DebuggerBackEnd.h +++ b/Source/DebuggerBackEnd.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/DebuggerBackEnd.m b/Source/DebuggerBackEnd.m index 5b5870d..11cadc2 100644 --- a/Source/DebuggerBackEnd.m +++ b/Source/DebuggerBackEnd.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/DebuggerController.h b/Source/DebuggerController.h index a97868c..caba4bb 100644 --- a/Source/DebuggerController.h +++ b/Source/DebuggerController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/DebuggerController.m b/Source/DebuggerController.m index 532411c..836efa7 100644 --- a/Source/DebuggerController.m +++ b/Source/DebuggerController.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/LoggingController.h b/Source/LoggingController.h index b8e653a..b9355f6 100644 --- a/Source/LoggingController.h +++ b/Source/LoggingController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2010, Blue Static + * Copyright (c) 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/LoggingController.m b/Source/LoggingController.m index 6d8f90a..1885829 100644 --- a/Source/LoggingController.m +++ b/Source/LoggingController.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2010, Blue Static + * Copyright (c) 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/NSXMLElementAdditions.h b/Source/NSXMLElementAdditions.h index fe6ac81..ca02018 100644 --- a/Source/NSXMLElementAdditions.h +++ b/Source/NSXMLElementAdditions.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/NSXMLElementAdditions.m b/Source/NSXMLElementAdditions.m index a73f18e..ce5f213 100644 --- a/Source/NSXMLElementAdditions.m +++ b/Source/NSXMLElementAdditions.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/NetworkCallbackController.h b/Source/NetworkCallbackController.h index 4e9e78b..d8da7d5 100644 --- a/Source/NetworkCallbackController.h +++ b/Source/NetworkCallbackController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/NetworkCallbackController.mm b/Source/NetworkCallbackController.mm index 943c301..28958ed 100644 --- a/Source/NetworkCallbackController.mm +++ b/Source/NetworkCallbackController.mm @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/NetworkConnection.h b/Source/NetworkConnection.h index 234e797..efd0163 100644 --- a/Source/NetworkConnection.h +++ b/Source/NetworkConnection.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/NetworkConnection.mm b/Source/NetworkConnection.mm index 08c3d60..cbd2764 100644 --- a/Source/NetworkConnection.mm +++ b/Source/NetworkConnection.mm @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/NetworkConnectionPrivate.h b/Source/NetworkConnectionPrivate.h index 30b8630..5cf9070 100644 --- a/Source/NetworkConnectionPrivate.h +++ b/Source/NetworkConnectionPrivate.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/PreferencesController.h b/Source/PreferencesController.h index da3b996..c996ed6 100644 --- a/Source/PreferencesController.h +++ b/Source/PreferencesController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/PreferencesController.m b/Source/PreferencesController.m index de0bd21..507e38f 100644 --- a/Source/PreferencesController.m +++ b/Source/PreferencesController.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/PreferencesPathsArrayController.h b/Source/PreferencesPathsArrayController.h index 68ed4a7..6c23180 100644 --- a/Source/PreferencesPathsArrayController.h +++ b/Source/PreferencesPathsArrayController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/PreferencesPathsArrayController.m b/Source/PreferencesPathsArrayController.m index 8a44f1f..0604077 100644 --- a/Source/PreferencesPathsArrayController.m +++ b/Source/PreferencesPathsArrayController.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/StackController.h b/Source/StackController.h index 3db1ce1..6f7edcf 100644 --- a/Source/StackController.h +++ b/Source/StackController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/StackController.m b/Source/StackController.m index ef329c7..996d519 100644 --- a/Source/StackController.m +++ b/Source/StackController.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/StackFrame.h b/Source/StackFrame.h index e6b9ed7..b550f95 100644 --- a/Source/StackFrame.h +++ b/Source/StackFrame.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/StackFrame.m b/Source/StackFrame.m index 74a0e4e..354d90f 100644 --- a/Source/StackFrame.m +++ b/Source/StackFrame.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/VariableNode.h b/Source/VariableNode.h index da5adfb..7752128 100644 --- a/Source/VariableNode.h +++ b/Source/VariableNode.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2010, Blue Static + * Copyright (c) 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/Source/VariableNode.m b/Source/VariableNode.m index 4258489..589818a 100644 --- a/Source/VariableNode.m +++ b/Source/VariableNode.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2010, Blue Static + * Copyright (c) 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the diff --git a/main.m b/main.m index b7995c5..f986cf8 100644 --- a/main.m +++ b/main.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2010, Blue Static + * Copyright (c) 2007 - 2011, Blue Static * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the -- 2.22.5