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