From 93ad775dc44cd5698a786e51422fbca2545ce8ef Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 22 Jan 2009 14:47:52 -0500 Subject: [PATCH] Happy new year! Bump copyright. --- 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/DebuggerController.h | 2 +- Source/DebuggerController.m | 2 +- Source/GDBpConnection.h | 2 +- Source/GDBpConnection.m | 2 +- Source/NSXMLElementAdditions.h | 2 +- Source/NSXMLElementAdditions.m | 2 +- Source/PreferencesController.h | 2 +- Source/PreferencesController.m | 2 +- Source/SocketWrapper.h | 2 +- Source/SocketWrapper.m | 2 +- Source/StackController.h | 2 +- Source/StackController.m | 2 +- Source/StackFrame.h | 2 +- Source/StackFrame.m | 2 +- main.m | 2 +- 34 files changed, 33 insertions(+), 33 deletions(-) diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings index 946ceb23136c907e3d3e8ccd03c1b7ee8ee6181b..ca233ec807c4791899c9f780fbbe19eb0cd74560 100644 GIT binary patch delta 11 ScmZ3*w2EoMHAc&c*Mk8Y2n4hM delta 11 ScmZ3*w2EoMHAahx*Mk8Y1O&4H diff --git a/Info.plist b/Info.plist index 0e298f2..237c05f 100644 --- a/Info.plist +++ b/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleGetInfoString - ${EXECUTABLE_NAME} 1.1.2, Copyright 2007-2008 Blue Static + ${EXECUTABLE_NAME} 1.1.2, Copyright 2007-2009 Blue Static CFBundleIconFile MacGDBp CFBundleIdentifier diff --git a/MacGDBp_Prefix.pch b/MacGDBp_Prefix.pch index bc8b80c..18a7031 100644 --- a/MacGDBp_Prefix.pch +++ b/MacGDBp_Prefix.pch @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 f0c5a3c..1aa92ef 100644 --- a/Source/AppDelegate.h +++ b/Source/AppDelegate.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 50a4b18..db3a2d5 100644 --- a/Source/AppDelegate.m +++ b/Source/AppDelegate.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 48e6b5d..1b52d4b 100644 --- a/Source/BSLineNumberView.h +++ b/Source/BSLineNumberView.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 c465c36..9931edc 100644 --- a/Source/BSLineNumberView.m +++ b/Source/BSLineNumberView.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 a3342b7..47e9b14 100644 --- a/Source/BSSourceView.h +++ b/Source/BSSourceView.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 2a99bb9..3b87a1d 100644 --- a/Source/BSSourceView.m +++ b/Source/BSSourceView.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 69e6bd9..de04120 100644 --- a/Source/BSSourceViewTextView.h +++ b/Source/BSSourceViewTextView.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 15964b5..0c4f643 100644 --- a/Source/BSSourceViewTextView.m +++ b/Source/BSSourceViewTextView.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 6a4341c..f07da4c 100644 --- a/Source/BSSplitView.h +++ b/Source/BSSplitView.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 1221c52..f0330c7 100644 --- a/Source/BSSplitView.m +++ b/Source/BSSplitView.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 b8bfa27..3304e26 100644 --- a/Source/Breakpoint.h +++ b/Source/Breakpoint.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 460d35d..a44d743 100644 --- a/Source/Breakpoint.m +++ b/Source/Breakpoint.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 610aa68..16e4348 100644 --- a/Source/BreakpointController.h +++ b/Source/BreakpointController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 0555f2f..16e5eeb 100644 --- a/Source/BreakpointController.m +++ b/Source/BreakpointController.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 8976309..11a37f0 100644 --- a/Source/BreakpointManager.h +++ b/Source/BreakpointManager.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 80f2b95..620a4cd 100644 --- a/Source/BreakpointManager.m +++ b/Source/BreakpointManager.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 c3e6267..b854568 100644 --- a/Source/DebuggerController.h +++ b/Source/DebuggerController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 36c98f2..9f53abf 100644 --- a/Source/DebuggerController.m +++ b/Source/DebuggerController.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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/GDBpConnection.h b/Source/GDBpConnection.h index 09f270f..7b93083 100644 --- a/Source/GDBpConnection.h +++ b/Source/GDBpConnection.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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/GDBpConnection.m b/Source/GDBpConnection.m index 0d43d79..a053103 100644 --- a/Source/GDBpConnection.m +++ b/Source/GDBpConnection.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 c073c07..fddcd00 100644 --- a/Source/NSXMLElementAdditions.h +++ b/Source/NSXMLElementAdditions.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 b3aa100..c4bd4a8 100644 --- a/Source/NSXMLElementAdditions.m +++ b/Source/NSXMLElementAdditions.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 2208922..0aca5f9 100644 --- a/Source/PreferencesController.h +++ b/Source/PreferencesController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 b0c6277..87332aa 100644 --- a/Source/PreferencesController.m +++ b/Source/PreferencesController.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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/SocketWrapper.h b/Source/SocketWrapper.h index 2e0850f..1d295f4 100644 --- a/Source/SocketWrapper.h +++ b/Source/SocketWrapper.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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/SocketWrapper.m b/Source/SocketWrapper.m index 2e09313..3f2321d 100644 --- a/Source/SocketWrapper.m +++ b/Source/SocketWrapper.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 c77883f..14f219a 100644 --- a/Source/StackController.h +++ b/Source/StackController.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 69261c4..1310ac2 100644 --- a/Source/StackController.m +++ b/Source/StackController.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 1d080d9..332699a 100644 --- a/Source/StackFrame.h +++ b/Source/StackFrame.h @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 db93682..1a1e06c 100644 --- a/Source/StackFrame.m +++ b/Source/StackFrame.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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 3d269d3..ae5bf61 100644 --- a/main.m +++ b/main.m @@ -1,6 +1,6 @@ /* * MacGDBp - * Copyright (c) 2007 - 2008, Blue Static + * Copyright (c) 2007 - 2009, 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