diff --git a/src/apps/bootman/BootDrive.h b/src/apps/bootman/BootDrive.h index 47b6182e21..122e3dc966 100644 --- a/src/apps/bootman/BootDrive.h +++ b/src/apps/bootman/BootDrive.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef BOOT_DRIVE_H #define BOOT_DRIVE_H diff --git a/src/apps/bootman/BootManager.cpp b/src/apps/bootman/BootManager.cpp index 29986da8fc..c41ccc1864 100644 --- a/src/apps/bootman/BootManager.cpp +++ b/src/apps/bootman/BootManager.cpp @@ -1,9 +1,11 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. - * Copyright 2007, Axel Dörfler, axeld@pinc-software.de. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. - */ - + * + * Authors: + * Michael Pfeiffer + * Axel Dörfler + */ #include "BootManagerWindow.h" diff --git a/src/apps/bootman/BootManagerController.cpp b/src/apps/bootman/BootManagerController.cpp index 0c85877924..91fad4cf87 100644 --- a/src/apps/bootman/BootManagerController.cpp +++ b/src/apps/bootman/BootManagerController.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/BootManagerController.h b/src/apps/bootman/BootManagerController.h index ae0939ad39..d15217c6d8 100644 --- a/src/apps/bootman/BootManagerController.h +++ b/src/apps/bootman/BootManagerController.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef BOOT_MANAGER_CONTROLLER_H #define BOOT_MANAGER_CONTROLLER_H diff --git a/src/apps/bootman/BootManagerWindow.cpp b/src/apps/bootman/BootManagerWindow.cpp index 1d4d46dda7..a89976c5e5 100644 --- a/src/apps/bootman/BootManagerWindow.cpp +++ b/src/apps/bootman/BootManagerWindow.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/BootManagerWindow.h b/src/apps/bootman/BootManagerWindow.h index 30de92ec3a..39cd2b11b2 100644 --- a/src/apps/bootman/BootManagerWindow.h +++ b/src/apps/bootman/BootManagerWindow.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef BOOT_MANAGER_WINDOW_H #define BOOT_MANAGER_WINDOW_H diff --git a/src/apps/bootman/DefaultPartitionPage.cpp b/src/apps/bootman/DefaultPartitionPage.cpp index f05959f262..f37a5dd235 100644 --- a/src/apps/bootman/DefaultPartitionPage.cpp +++ b/src/apps/bootman/DefaultPartitionPage.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/DefaultPartitionPage.h b/src/apps/bootman/DefaultPartitionPage.h index 8337b98005..99735641b6 100644 --- a/src/apps/bootman/DefaultPartitionPage.h +++ b/src/apps/bootman/DefaultPartitionPage.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef DEFAULT_PARTITON_PAGE_H #define DEFAULT_PARTITON_PAGE_H diff --git a/src/apps/bootman/DescriptionPage.cpp b/src/apps/bootman/DescriptionPage.cpp index 1dc5ca45c2..2dfe1862e6 100644 --- a/src/apps/bootman/DescriptionPage.cpp +++ b/src/apps/bootman/DescriptionPage.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/DescriptionPage.h b/src/apps/bootman/DescriptionPage.h index d8eb384f15..193801956f 100644 --- a/src/apps/bootman/DescriptionPage.h +++ b/src/apps/bootman/DescriptionPage.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef DESCRIPTION_PAGE_H #define DESCRIPTION_PAGE_H diff --git a/src/apps/bootman/EntryPage.cpp b/src/apps/bootman/EntryPage.cpp index 136b265c16..182fc2162e 100644 --- a/src/apps/bootman/EntryPage.cpp +++ b/src/apps/bootman/EntryPage.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/EntryPage.h b/src/apps/bootman/EntryPage.h index 5739fd5cbf..4e8fce6a53 100644 --- a/src/apps/bootman/EntryPage.h +++ b/src/apps/bootman/EntryPage.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef ENTRY_PAGE_H #define ENTRY_PAGE_H diff --git a/src/apps/bootman/FileSelectionPage.cpp b/src/apps/bootman/FileSelectionPage.cpp index 2d8c77f6f9..5873d47cb5 100644 --- a/src/apps/bootman/FileSelectionPage.cpp +++ b/src/apps/bootman/FileSelectionPage.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/FileSelectionPage.h b/src/apps/bootman/FileSelectionPage.h index 2e4c4a4dd7..cce16681ac 100644 --- a/src/apps/bootman/FileSelectionPage.h +++ b/src/apps/bootman/FileSelectionPage.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef FILE_SELECTION_PAGE_H #define FILE_SELECTION_PAGE_H diff --git a/src/apps/bootman/LegacyBootDrive.cpp b/src/apps/bootman/LegacyBootDrive.cpp index 4ba1363d40..614a5519ba 100644 --- a/src/apps/bootman/LegacyBootDrive.cpp +++ b/src/apps/bootman/LegacyBootDrive.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/LegacyBootDrive.h b/src/apps/bootman/LegacyBootDrive.h index c57ba947c1..cbebfa789c 100644 --- a/src/apps/bootman/LegacyBootDrive.h +++ b/src/apps/bootman/LegacyBootDrive.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef LEGACY_BOOT_DRIVE_H #define LEGACY_BOOT_DRIVE_H diff --git a/src/apps/bootman/PartitionsPage.h b/src/apps/bootman/PartitionsPage.h index 53ce0a4529..198058f7bf 100644 --- a/src/apps/bootman/PartitionsPage.h +++ b/src/apps/bootman/PartitionsPage.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef PARTITONS_PAGE_H #define PARTITONS_PAGE_H diff --git a/src/apps/bootman/TestBootDrive.cpp b/src/apps/bootman/TestBootDrive.cpp index 5eb496f532..13424f284b 100644 --- a/src/apps/bootman/TestBootDrive.cpp +++ b/src/apps/bootman/TestBootDrive.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/TestBootDrive.h b/src/apps/bootman/TestBootDrive.h index 0fcc2b61fa..33807a602f 100644 --- a/src/apps/bootman/TestBootDrive.h +++ b/src/apps/bootman/TestBootDrive.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef TEST_BOOT_DRIVE_H #define TEST_BOOT_DRIVE_H diff --git a/src/apps/bootman/UninstallPage.cpp b/src/apps/bootman/UninstallPage.cpp index 1285d8512c..f2d9d1d24c 100644 --- a/src/apps/bootman/UninstallPage.cpp +++ b/src/apps/bootman/UninstallPage.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/UninstallPage.h b/src/apps/bootman/UninstallPage.h index d8a47f3442..fe06367034 100644 --- a/src/apps/bootman/UninstallPage.h +++ b/src/apps/bootman/UninstallPage.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef UNINSTALL_PAGE_H #define UNINSTALL_PAGE_H diff --git a/src/apps/bootman/WizardController.cpp b/src/apps/bootman/WizardController.cpp index ffb265823b..868c799dee 100644 --- a/src/apps/bootman/WizardController.cpp +++ b/src/apps/bootman/WizardController.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/WizardController.h b/src/apps/bootman/WizardController.h index aa05375f39..30f5e21ec6 100644 --- a/src/apps/bootman/WizardController.h +++ b/src/apps/bootman/WizardController.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef WIZARD_CONTROLLER_H #define WIZARD_CONTROLLER_H diff --git a/src/apps/bootman/WizardPageView.cpp b/src/apps/bootman/WizardPageView.cpp index 28dd7ecaa5..576730a178 100644 --- a/src/apps/bootman/WizardPageView.cpp +++ b/src/apps/bootman/WizardPageView.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/WizardPageView.h b/src/apps/bootman/WizardPageView.h index a3f95c02c9..ca7b571d20 100644 --- a/src/apps/bootman/WizardPageView.h +++ b/src/apps/bootman/WizardPageView.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef WIZARD_PAGE_VIEW_H #define WIZARD_PAGE_VIEW_H diff --git a/src/apps/bootman/WizardView.cpp b/src/apps/bootman/WizardView.cpp index a0caeca5a1..d667b23c19 100644 --- a/src/apps/bootman/WizardView.cpp +++ b/src/apps/bootman/WizardView.cpp @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ diff --git a/src/apps/bootman/WizardView.h b/src/apps/bootman/WizardView.h index 92815a7195..67380ee5d7 100644 --- a/src/apps/bootman/WizardView.h +++ b/src/apps/bootman/WizardView.h @@ -1,6 +1,9 @@ /* - * Copyright 2008, Michael Pfeiffer, laplace@users.sourceforge.net. All rights reserved. + * Copyright 2008, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Michael Pfeiffer */ #ifndef WIZARD_VIEW_H #define WIZARD_VIEW_H