From 593808d96ab873ed345cf3a1ac1f5bf04809755f Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 3 Aug 2012 11:16:23 -0400 Subject: [PATCH] Return authors name's to DeskCalc headers. No functional change. * Surround email addresses in angle brackets. * Add myself to ExpressionParser.cpp and .h * Remove myself from ExpressionTextView.cpp and .h * Alphatetize authors by last name. Thanks Ingo and Axel. --- headers/private/shared/ExpressionParser.h | 3 ++- src/apps/deskcalc/CalcApplication.cpp | 2 +- src/apps/deskcalc/CalcApplication.h | 5 +++++ src/apps/deskcalc/CalcOptions.cpp | 2 +- src/apps/deskcalc/CalcOptions.h | 5 +++++ src/apps/deskcalc/CalcView.cpp | 4 ++-- src/apps/deskcalc/CalcView.h | 5 +++++ src/apps/deskcalc/CalcWindow.cpp | 2 +- src/apps/deskcalc/CalcWindow.h | 5 +++++ src/apps/deskcalc/ExpressionTextView.cpp | 1 - src/apps/deskcalc/ExpressionTextView.h | 3 +++ src/apps/deskcalc/InputTextView.h | 3 +++ src/kits/shared/ExpressionParser.cpp | 5 +++-- 13 files changed, 36 insertions(+), 9 deletions(-) diff --git a/headers/private/shared/ExpressionParser.h b/headers/private/shared/ExpressionParser.h index 4778b29559..95df720db4 100644 --- a/headers/private/shared/ExpressionParser.h +++ b/headers/private/shared/ExpressionParser.h @@ -3,8 +3,9 @@ * Distributed under the terms of the MIT License. * * Authors: - * Ingo Weinhold * Stephan Aßmus + * John Scipione + * Ingo Weinhold */ #ifndef EXPRESSION_PARSER_H #define EXPRESSION_PARSER_H diff --git a/src/apps/deskcalc/CalcApplication.cpp b/src/apps/deskcalc/CalcApplication.cpp index 96176500cb..2e32e6266d 100644 --- a/src/apps/deskcalc/CalcApplication.cpp +++ b/src/apps/deskcalc/CalcApplication.cpp @@ -5,7 +5,7 @@ * * Authors: * Stephan Aßmus - * John Scipione, jscipione@gmail.com + * John Scipione * Timothy Wayper */ diff --git a/src/apps/deskcalc/CalcApplication.h b/src/apps/deskcalc/CalcApplication.h index 40766227dd..d47f445cec 100644 --- a/src/apps/deskcalc/CalcApplication.h +++ b/src/apps/deskcalc/CalcApplication.h @@ -2,6 +2,11 @@ * Copyright 2006 Haiku, Inc. All Rights Reserved. * Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Stephan Aßmus + * John Scipione + * Timothy Wayper */ #ifndef _CALC_APPLICATION_H #define _CALC_APPLICATION_H diff --git a/src/apps/deskcalc/CalcOptions.cpp b/src/apps/deskcalc/CalcOptions.cpp index 674ae50f84..c53adc4e73 100644 --- a/src/apps/deskcalc/CalcOptions.cpp +++ b/src/apps/deskcalc/CalcOptions.cpp @@ -5,7 +5,7 @@ * * Authors: * Stephan Aßmus - * John Scipione, jscipione@gmail.com + * John Scipione * Timothy Wayper */ diff --git a/src/apps/deskcalc/CalcOptions.h b/src/apps/deskcalc/CalcOptions.h index c90042e0c6..186197b937 100644 --- a/src/apps/deskcalc/CalcOptions.h +++ b/src/apps/deskcalc/CalcOptions.h @@ -2,6 +2,11 @@ * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Stephan Aßmus + * John Scipione + * Timothy Wayper */ #ifndef CALC_OPTIONS_H #define CALC_OPTIONS_H diff --git a/src/apps/deskcalc/CalcView.cpp b/src/apps/deskcalc/CalcView.cpp index 9aefc6f41e..73e2d7925e 100644 --- a/src/apps/deskcalc/CalcView.cpp +++ b/src/apps/deskcalc/CalcView.cpp @@ -5,8 +5,8 @@ * * Authors: * Stephan Aßmus - * Philippe Saint-Pierre, stpere@gmail.com - * John Scipione, jscipione@gmail.com + * Philippe Saint-Pierre + * John Scipione * Timothy Wayper */ diff --git a/src/apps/deskcalc/CalcView.h b/src/apps/deskcalc/CalcView.h index 8dfdadc242..c004f668fb 100644 --- a/src/apps/deskcalc/CalcView.h +++ b/src/apps/deskcalc/CalcView.h @@ -2,6 +2,11 @@ * Copyright 2006 Haiku, Inc. All Rights Reserved. * Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Stephan Aßmus + * John Scipione + * Timothy Wayper */ #ifndef _CALC_VIEW_H #define _CALC_VIEW_H diff --git a/src/apps/deskcalc/CalcWindow.cpp b/src/apps/deskcalc/CalcWindow.cpp index 84f5f3039d..4a3740edb3 100644 --- a/src/apps/deskcalc/CalcWindow.cpp +++ b/src/apps/deskcalc/CalcWindow.cpp @@ -5,7 +5,7 @@ * * Authors: * Stephan Aßmus - * John Scipione, jscipione@gmail.com + * John Scipione * Timothy Wayper */ diff --git a/src/apps/deskcalc/CalcWindow.h b/src/apps/deskcalc/CalcWindow.h index 680c44bdbf..421f4605a9 100644 --- a/src/apps/deskcalc/CalcWindow.h +++ b/src/apps/deskcalc/CalcWindow.h @@ -2,6 +2,11 @@ * Copyright 2006 Haiku, Inc. All Rights Reserved. * Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Stephan Aßmus + * John Scipione + * Timothy Wayper */ #ifndef _CALC_WINDOW_H #define _CALC_WINDOW_H diff --git a/src/apps/deskcalc/ExpressionTextView.cpp b/src/apps/deskcalc/ExpressionTextView.cpp index 40ca3dc085..b9e948b357 100644 --- a/src/apps/deskcalc/ExpressionTextView.cpp +++ b/src/apps/deskcalc/ExpressionTextView.cpp @@ -4,7 +4,6 @@ * * Authors: * Stephan Aßmus - * John Scipione, jscipione@gmail.com */ diff --git a/src/apps/deskcalc/ExpressionTextView.h b/src/apps/deskcalc/ExpressionTextView.h index cc8d7ee91a..0a37fcf97f 100644 --- a/src/apps/deskcalc/ExpressionTextView.h +++ b/src/apps/deskcalc/ExpressionTextView.h @@ -1,6 +1,9 @@ /* * Copyright 2006 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Stephan Aßmus */ #ifndef EXPRESSION_TEXT_VIEW_H #define EXPRESSION_TEXT_VIEW_H diff --git a/src/apps/deskcalc/InputTextView.h b/src/apps/deskcalc/InputTextView.h index c46106d240..acf173b22c 100644 --- a/src/apps/deskcalc/InputTextView.h +++ b/src/apps/deskcalc/InputTextView.h @@ -1,6 +1,9 @@ /* * Copyright 2006 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Stephan Aßmus */ #ifndef INPUT_TEXT_VIEW_H #define INPUT_TEXT_VIEW_H diff --git a/src/kits/shared/ExpressionParser.cpp b/src/kits/shared/ExpressionParser.cpp index 4ea2387703..c49c67d3a2 100644 --- a/src/kits/shared/ExpressionParser.cpp +++ b/src/kits/shared/ExpressionParser.cpp @@ -1,10 +1,11 @@ /* - * Copyright 2006-2011 Haiku, Inc. All Rights Reserved. + * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Authors: - * Ingo Weinhold * Stephan Aßmus + * John Scipione + * Ingo Weinhold */ #include