Update header comments

This commit is contained in:
John Scipione
2013-05-06 17:15:18 -04:00
parent d97b434060
commit d5c51ba676
5 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2007-2009, Haiku, Inc. All rights reserved. * Copyright 2007-2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _MENU_H #ifndef _MENU_H
+4 -3
View File
@@ -1,10 +1,11 @@
/* /*
* Copyright 2001-2009 Haiku, Inc. All rights reserved. * Copyright 2001-2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Marc Flerackers ([email protected]) * Stephan Aßmus, [email protected]
* Stephan Aßmus <[email protected]> * Marc Flerackers, [email protected]
* John Scipione, [email protected]
*/ */
#ifndef _BMC_PRIVATE_H #ifndef _BMC_PRIVATE_H
#define _BMC_PRIVATE_H #define _BMC_PRIVATE_H
+4 -3
View File
@@ -1,10 +1,11 @@
/* /*
* Copyright 2001-2009 Haiku, Inc. All rights reserved. * Copyright 2001-2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Marc Flerackers ([email protected]) * Stephan Aßmus, [email protected]
* Stephan Aßmus <[email protected]> * Marc Flerackers, [email protected]
* John Scipione, [email protected]
*/ */
+6 -5
View File
@@ -1,12 +1,13 @@
/* /*
* Copyright 2001-2011, Haiku Inc. All rights reserved. * Copyright 2001-2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT license. * Distributed under the terms of the MIT license.
* *
* Authors: * Authors:
* Marc Flerackers ([email protected]) * Stephan Aßmus, [email protected]
* Stefano Ceccherini ([email protected]) * Stefano Ceccherini, [email protected]
* Rene Gollent ([email protected]) * Marc Flerackers, [email protected]
* Stephan Aßmus <[email protected]> * Rene Gollent, [email protected]
* John Scipione, [email protected]
*/ */
+5 -4
View File
@@ -1,12 +1,13 @@
/* /*
* Copyright 2001-2008, Haiku, Inc. * Copyright 2001-2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Marc Flerackers (mflerackers@androme.be) * Stefano Ceccherini, stefano.ceccherini@gmail.com
* Bill Hayden (haydentech@users.sourceforge.net) * Marc Flerackers, mflerackers@androme.be
* Stefano Ceccherini (stefano.ceccherini@gmail.com) * Bill Hayden, haydentech@users.sourceforge.net
* Olivier Milla * Olivier Milla
* John Scipione, jscipione@gmail.com
*/ */
//! Display item for BMenu class //! Display item for BMenu class