From b98de092d8e0609615f4509c84498bb7df207f50 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 27 Jun 2013 21:46:01 -0400 Subject: [PATCH] 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 --- src/apps/deskcalc/CalcApplication.cpp | 6 +++--- src/apps/deskcalc/CalcApplication.h | 5 ++--- src/apps/deskcalc/CalcOptions.cpp | 6 +++--- src/apps/deskcalc/CalcOptions.h | 6 +++--- src/apps/deskcalc/CalcView.cpp | 10 +++++----- src/apps/deskcalc/CalcView.h | 9 +++++---- src/apps/deskcalc/CalcWindow.cpp | 6 +++--- src/apps/deskcalc/CalcWindow.h | 5 ++--- src/apps/deskcalc/ExpressionTextView.cpp | 5 +++-- src/apps/deskcalc/ExpressionTextView.h | 2 +- src/apps/deskcalc/InputTextView.cpp | 2 +- src/apps/deskcalc/InputTextView.h | 2 +- 12 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/apps/deskcalc/CalcApplication.cpp b/src/apps/deskcalc/CalcApplication.cpp index 9c6d4c0052..23d8f2aaa6 100644 --- a/src/apps/deskcalc/CalcApplication.cpp +++ b/src/apps/deskcalc/CalcApplication.cpp @@ -4,9 +4,9 @@ * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus - * John Scipione - * Timothy Wayper + * Stephan Aßmus, superstippi@gmx.de + * John Scipione, jscipione@gmail.com + * Timothy Wayper, timmy@wunderbear.com */ diff --git a/src/apps/deskcalc/CalcApplication.h b/src/apps/deskcalc/CalcApplication.h index d66f4be406..b16f88ecc2 100644 --- a/src/apps/deskcalc/CalcApplication.h +++ b/src/apps/deskcalc/CalcApplication.h @@ -4,9 +4,8 @@ * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus - * John Scipione - * Timothy Wayper + * Stephan Aßmus, superstippi@gmx.de + * Timothy Wayper, timmy@wunderbear.com */ #ifndef _CALC_APPLICATION_H #define _CALC_APPLICATION_H diff --git a/src/apps/deskcalc/CalcOptions.cpp b/src/apps/deskcalc/CalcOptions.cpp index c53adc4e73..1c93e300f6 100644 --- a/src/apps/deskcalc/CalcOptions.cpp +++ b/src/apps/deskcalc/CalcOptions.cpp @@ -4,9 +4,9 @@ * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus - * John Scipione - * Timothy Wayper + * Stephan Aßmus, superstippi@gmx.de + * John Scipione, jscipione@gmail.com + * Timothy Wayper, timmy@wunderbear.com */ diff --git a/src/apps/deskcalc/CalcOptions.h b/src/apps/deskcalc/CalcOptions.h index 186197b937..135d4a13bf 100644 --- a/src/apps/deskcalc/CalcOptions.h +++ b/src/apps/deskcalc/CalcOptions.h @@ -4,9 +4,9 @@ * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus - * John Scipione - * Timothy Wayper + * Stephan Aßmus, superstippi@gmx.de + * John Scipione, jscipione@gmail.com + * Timothy Wayper, timmy@wunderbear.com */ #ifndef CALC_OPTIONS_H #define CALC_OPTIONS_H diff --git a/src/apps/deskcalc/CalcView.cpp b/src/apps/deskcalc/CalcView.cpp index 0f20cffc9a..c597bcd72a 100644 --- a/src/apps/deskcalc/CalcView.cpp +++ b/src/apps/deskcalc/CalcView.cpp @@ -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. * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus - * Philippe Saint-Pierre - * John Scipione - * Timothy Wayper + * Stephan Aßmus, superstippi@gmx.de + * Philippe Saint-Pierre, stpere@gmail.com + * John Scipione, jscipione@gmail.com + * Timothy Wayper, timmy@wunderbear.com */ diff --git a/src/apps/deskcalc/CalcView.h b/src/apps/deskcalc/CalcView.h index 1dd1cff296..309564e60a 100644 --- a/src/apps/deskcalc/CalcView.h +++ b/src/apps/deskcalc/CalcView.h @@ -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. * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus - * John Scipione - * Timothy Wayper + * Stephan Aßmus, superstippi@gmx.de + * Philippe Saint-Pierre, stpere@gmail.com + * John Scipione, jscipione@gmail.com + * Timothy Wayper, timmy@wunderbear.com */ #ifndef _CALC_VIEW_H #define _CALC_VIEW_H diff --git a/src/apps/deskcalc/CalcWindow.cpp b/src/apps/deskcalc/CalcWindow.cpp index ae6e337c42..3f35c3599e 100644 --- a/src/apps/deskcalc/CalcWindow.cpp +++ b/src/apps/deskcalc/CalcWindow.cpp @@ -4,9 +4,9 @@ * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus - * John Scipione - * Timothy Wayper + * Stephan Aßmus, superstippi@gmx.de + * John Scipione, jscipione@gmail.com + * Timothy Wayper, timmy@wunderbear.com */ diff --git a/src/apps/deskcalc/CalcWindow.h b/src/apps/deskcalc/CalcWindow.h index 5e6b16c769..a62cd49751 100644 --- a/src/apps/deskcalc/CalcWindow.h +++ b/src/apps/deskcalc/CalcWindow.h @@ -4,9 +4,8 @@ * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus - * John Scipione - * Timothy Wayper + * Stephan Aßmus, superstippi@gmx.de + * Timothy Wayper, timmy@wunderbear.com */ #ifndef _CALC_WINDOW_H #define _CALC_WINDOW_H diff --git a/src/apps/deskcalc/ExpressionTextView.cpp b/src/apps/deskcalc/ExpressionTextView.cpp index 4f8d3d3665..f64b8c8356 100644 --- a/src/apps/deskcalc/ExpressionTextView.cpp +++ b/src/apps/deskcalc/ExpressionTextView.cpp @@ -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. * * Authors: - * Stephan Aßmus + * Stephan Aßmus, superstippi@gmx.de + * John Scipione, jscipione@gmail.com */ diff --git a/src/apps/deskcalc/ExpressionTextView.h b/src/apps/deskcalc/ExpressionTextView.h index 0a37fcf97f..0030a92fc5 100644 --- a/src/apps/deskcalc/ExpressionTextView.h +++ b/src/apps/deskcalc/ExpressionTextView.h @@ -3,7 +3,7 @@ * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus + * Stephan Aßmus, superstippi@gmx.de */ #ifndef EXPRESSION_TEXT_VIEW_H #define EXPRESSION_TEXT_VIEW_H diff --git a/src/apps/deskcalc/InputTextView.cpp b/src/apps/deskcalc/InputTextView.cpp index 92be1e4a03..9bd60a2f4c 100644 --- a/src/apps/deskcalc/InputTextView.cpp +++ b/src/apps/deskcalc/InputTextView.cpp @@ -3,7 +3,7 @@ * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus + * Stephan Aßmus, superstippi@gmx.de */ diff --git a/src/apps/deskcalc/InputTextView.h b/src/apps/deskcalc/InputTextView.h index acf173b22c..0667522697 100644 --- a/src/apps/deskcalc/InputTextView.h +++ b/src/apps/deskcalc/InputTextView.h @@ -3,7 +3,7 @@ * Distributed under the terms of the MIT License. * * Authors: - * Stephan Aßmus + * Stephan Aßmus, superstippi@gmx.de */ #ifndef INPUT_TEXT_VIEW_H #define INPUT_TEXT_VIEW_H