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.
This commit is contained in:
John Scipione
2012-08-03 11:16:23 -04:00
parent 47689d6e98
commit 593808d96a
13 changed files with 36 additions and 9 deletions
+2 -1
View File
@@ -3,8 +3,9 @@
* Distributed under the terms of the MIT License.
*
* Authors:
* Ingo Weinhold <[email protected]>
* Stephan Aßmus <[email protected]>
* John Scipione <[email protected]>
* Ingo Weinhold <[email protected]>
*/
#ifndef EXPRESSION_PARSER_H
#define EXPRESSION_PARSER_H
+1 -1
View File
@@ -5,7 +5,7 @@
*
* Authors:
* Stephan Aßmus <[email protected]>
* John Scipione, [email protected]
* John Scipione <[email protected]>
* Timothy Wayper <[email protected]>
*/
+5
View File
@@ -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 <[email protected]>
* John Scipione <[email protected]>
* Timothy Wayper <[email protected]>
*/
#ifndef _CALC_APPLICATION_H
#define _CALC_APPLICATION_H
+1 -1
View File
@@ -5,7 +5,7 @@
*
* Authors:
* Stephan Aßmus <[email protected]>
* John Scipione, [email protected]
* John Scipione <[email protected]>
* Timothy Wayper <[email protected]>
*/
+5
View File
@@ -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 <[email protected]>
* John Scipione <[email protected]>
* Timothy Wayper <[email protected]>
*/
#ifndef CALC_OPTIONS_H
#define CALC_OPTIONS_H
+2 -2
View File
@@ -5,8 +5,8 @@
*
* Authors:
* Stephan Aßmus <[email protected]>
* Philippe Saint-Pierre, [email protected]
* John Scipione, [email protected]
* Philippe Saint-Pierre <[email protected]>
* John Scipione <[email protected]>
* Timothy Wayper <[email protected]>
*/
+5
View File
@@ -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 <superstippi@gmx.de>
* John Scipione <jscipione@gmail.com>
* Timothy Wayper <timmy@wunderbear.com>
*/
#ifndef _CALC_VIEW_H
#define _CALC_VIEW_H
+1 -1
View File
@@ -5,7 +5,7 @@
*
* Authors:
* Stephan Aßmus <superstippi@gmx.de>
* John Scipione, jscipione@gmail.com
* John Scipione <jscipione@gmail.com>
* Timothy Wayper <timmy@wunderbear.com>
*/
+5
View File
@@ -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 <superstippi@gmx.de>
* John Scipione <jscipione@gmail.com>
* Timothy Wayper <timmy@wunderbear.com>
*/
#ifndef _CALC_WINDOW_H
#define _CALC_WINDOW_H
-1
View File
@@ -4,7 +4,6 @@
*
* Authors:
* Stephan Aßmus <superstippi@gmx.de>
* John Scipione, jscipione@gmail.com
*/
+3
View File
@@ -1,6 +1,9 @@
/*
* Copyright 2006 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Stephan Aßmus <superstippi@gmx.de>
*/
#ifndef EXPRESSION_TEXT_VIEW_H
#define EXPRESSION_TEXT_VIEW_H
+3
View File
@@ -1,6 +1,9 @@
/*
* Copyright 2006 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Stephan Aßmus <superstippi@gmx.de>
*/
#ifndef INPUT_TEXT_VIEW_H
#define INPUT_TEXT_VIEW_H
+3 -2
View File
@@ -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 <bonefish@cs.tu-berlin.de>
* Stephan Aßmus <superstippi@gmx.de>
* John Scipione <jscipione@gmail.com>
* Ingo Weinhold <bonefish@cs.tu-berlin.de>
*/
#include <ExpressionParser.h>