DeskCalc: Update copyright headers

Style fixes to header, update copyright years, remove my name
from files that I didn't have anything to do with besides style fixes,
add myself to ExpressionTextView.cpp
This commit is contained in:
John Scipione
2013-07-12 22:19:12 -04:00
parent 8f9c2223a3
commit b98de092d8
12 changed files with 32 additions and 32 deletions
+3 -3
View File
@@ -4,9 +4,9 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
* John Scipione <[email protected]> * John Scipione, [email protected]
* Timothy Wayper <[email protected]> * Timothy Wayper, [email protected]
*/ */
+2 -3
View File
@@ -4,9 +4,8 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
* John Scipione <jscipione@gmail.com> * Timothy Wayper, timmy@wunderbear.com
* Timothy Wayper <[email protected]>
*/ */
#ifndef _CALC_APPLICATION_H #ifndef _CALC_APPLICATION_H
#define _CALC_APPLICATION_H #define _CALC_APPLICATION_H
+3 -3
View File
@@ -4,9 +4,9 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
* John Scipione <[email protected]> * John Scipione, [email protected]
* Timothy Wayper <[email protected]> * Timothy Wayper, [email protected]
*/ */
+3 -3
View File
@@ -4,9 +4,9 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
* John Scipione <[email protected]> * John Scipione, [email protected]
* Timothy Wayper <[email protected]> * Timothy Wayper, [email protected]
*/ */
#ifndef CALC_OPTIONS_H #ifndef CALC_OPTIONS_H
#define CALC_OPTIONS_H #define CALC_OPTIONS_H
+5 -5
View File
@@ -1,13 +1,13 @@
/* /*
* Copyright 2006-2012, Haiku, Inc. All rights reserved. * Copyright 2006-2013, Haiku, Inc. All rights reserved.
* Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved. * Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
* Philippe Saint-Pierre <[email protected]> * Philippe Saint-Pierre, [email protected]
* John Scipione <[email protected]> * John Scipione, [email protected]
* Timothy Wayper <[email protected]> * Timothy Wayper, [email protected]
*/ */
+5 -4
View File
@@ -1,12 +1,13 @@
/* /*
* Copyright 2006 Haiku, Inc. All Rights Reserved. * Copyright 2006-2013, Haiku, Inc. All rights reserved.
* Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved. * Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
* John Scipione <jscipion[email protected]> * Philippe Saint-Pierre, stper[email protected]
* Timothy Wayper <timmy@wunderbear.com> * John Scipione, jscipione@gmail.com
* Timothy Wayper, [email protected]
*/ */
#ifndef _CALC_VIEW_H #ifndef _CALC_VIEW_H
#define _CALC_VIEW_H #define _CALC_VIEW_H
+3 -3
View File
@@ -4,9 +4,9 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
* John Scipione <[email protected]> * John Scipione, [email protected]
* Timothy Wayper <[email protected]> * Timothy Wayper, [email protected]
*/ */
+2 -3
View File
@@ -4,9 +4,8 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
* John Scipione <jscipione@gmail.com> * Timothy Wayper, timmy@wunderbear.com
* Timothy Wayper <[email protected]>
*/ */
#ifndef _CALC_WINDOW_H #ifndef _CALC_WINDOW_H
#define _CALC_WINDOW_H #define _CALC_WINDOW_H
+3 -2
View File
@@ -1,9 +1,10 @@
/* /*
* Copyright 2006-2011 Haiku, Inc. All Rights Reserved. * Copyright 2006-2013 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
* John Scipione, [email protected]
*/ */
+1 -1
View File
@@ -3,7 +3,7 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
*/ */
#ifndef EXPRESSION_TEXT_VIEW_H #ifndef EXPRESSION_TEXT_VIEW_H
#define EXPRESSION_TEXT_VIEW_H #define EXPRESSION_TEXT_VIEW_H
+1 -1
View File
@@ -3,7 +3,7 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus, [email protected]
*/ */
+1 -1
View File
@@ -3,7 +3,7 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Stephan Aßmus <superstippi@gmx.de> * Stephan Aßmus, superstippi@gmx.de
*/ */
#ifndef INPUT_TEXT_VIEW_H #ifndef INPUT_TEXT_VIEW_H
#define INPUT_TEXT_VIEW_H #define INPUT_TEXT_VIEW_H