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

View File

@ -3,8 +3,9 @@
* 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>
*/
#ifndef EXPRESSION_PARSER_H
#define EXPRESSION_PARSER_H

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>
*/

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_APPLICATION_H
#define _CALC_APPLICATION_H

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>
*/

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 <superstippi@gmx.de>
* John Scipione <jscipione@gmail.com>
* Timothy Wayper <timmy@wunderbear.com>
*/
#ifndef CALC_OPTIONS_H
#define CALC_OPTIONS_H

View File

@ -5,8 +5,8 @@
*
* Authors:
* Stephan Aßmus <superstippi@gmx.de>
* Philippe Saint-Pierre, stpere@gmail.com
* John Scipione, jscipione@gmail.com
* Philippe Saint-Pierre <stpere@gmail.com>
* John Scipione <jscipione@gmail.com>
* Timothy Wayper <timmy@wunderbear.com>
*/

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

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>
*/

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

View File

@ -4,7 +4,6 @@
*
* Authors:
* Stephan Aßmus <superstippi@gmx.de>
* John Scipione, jscipione@gmail.com
*/

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

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

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>