From 96a5a088ba7b83989262cc7e01034a589a068ccd Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 13 Nov 2012 00:28:06 -0500 Subject: [PATCH] Add the authors back to AboutWindow.h, also use <> style for email addresses --- headers/private/shared/AboutWindow.h | 4 ++++ src/kits/shared/AboutWindow.cpp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/headers/private/shared/AboutWindow.h b/headers/private/shared/AboutWindow.h index 1d03fb1226..6dcaa77845 100644 --- a/headers/private/shared/AboutWindow.h +++ b/headers/private/shared/AboutWindow.h @@ -1,6 +1,10 @@ /* * Copyright 2007-2012 Haiku, Inc. * Distributed under the terms of the MIT License. + * + * Authors: + * Ryan Leavengood + * John Scipione */ #ifndef B_ABOUT_WINDOW_H #define B_ABOUT_WINDOW_H diff --git a/src/kits/shared/AboutWindow.cpp b/src/kits/shared/AboutWindow.cpp index b39ea25808..a6b20e8da2 100644 --- a/src/kits/shared/AboutWindow.cpp +++ b/src/kits/shared/AboutWindow.cpp @@ -3,8 +3,8 @@ * Distributed under the terms of the MIT License. * * Authors: - * Ryan Leavengood, leavengood@gmail.com - * John Scipione, jscipione@gmail.com + * Ryan Leavengood + * John Scipione */