diff options
-rw-r--r-- | Kernel/PCI/Access.cpp | 2 | ||||
-rw-r--r-- | Kernel/PCI/Access.h | 2 | ||||
-rw-r--r-- | Kernel/PCI/Definitions.h | 2 | ||||
-rw-r--r-- | Kernel/PCI/IOAccess.cpp | 2 | ||||
-rw-r--r-- | Kernel/PCI/IOAccess.h | 2 | ||||
-rw-r--r-- | Kernel/PCI/Initializer.cpp | 2 | ||||
-rw-r--r-- | Kernel/PCI/Initializer.h | 2 | ||||
-rw-r--r-- | Kernel/PCI/MMIOAccess.cpp | 2 | ||||
-rw-r--r-- | Kernel/PCI/MMIOAccess.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/Kernel/PCI/Access.cpp b/Kernel/PCI/Access.cpp index 99957c7ed6..652b331571 100644 --- a/Kernel/PCI/Access.cpp +++ b/Kernel/PCI/Access.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> + * Copyright (c) 2020, Liav A. <liavalb@hotmail.co.il> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Kernel/PCI/Access.h b/Kernel/PCI/Access.h index b27735026a..6979ef2a54 100644 --- a/Kernel/PCI/Access.h +++ b/Kernel/PCI/Access.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> + * Copyright (c) 2020, Liav A. <liavalb@hotmail.co.il> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Kernel/PCI/Definitions.h b/Kernel/PCI/Definitions.h index 404ad0b219..4a9ece4a5f 100644 --- a/Kernel/PCI/Definitions.h +++ b/Kernel/PCI/Definitions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> + * Copyright (c) 2020, Liav A. <liavalb@hotmail.co.il> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Kernel/PCI/IOAccess.cpp b/Kernel/PCI/IOAccess.cpp index 4049b3672b..e464952f25 100644 --- a/Kernel/PCI/IOAccess.cpp +++ b/Kernel/PCI/IOAccess.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> + * Copyright (c) 2020, Liav A. <liavalb@hotmail.co.il> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Kernel/PCI/IOAccess.h b/Kernel/PCI/IOAccess.h index e9ce8e9a98..20e24d5257 100644 --- a/Kernel/PCI/IOAccess.h +++ b/Kernel/PCI/IOAccess.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> + * Copyright (c) 2020, Liav A. <liavalb@hotmail.co.il> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Kernel/PCI/Initializer.cpp b/Kernel/PCI/Initializer.cpp index 0ddd6e5fee..2d7feb5732 100644 --- a/Kernel/PCI/Initializer.cpp +++ b/Kernel/PCI/Initializer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> + * Copyright (c) 2020, Liav A. <liavalb@hotmail.co.il> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Kernel/PCI/Initializer.h b/Kernel/PCI/Initializer.h index 7c24d3300b..8ce30781a1 100644 --- a/Kernel/PCI/Initializer.h +++ b/Kernel/PCI/Initializer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> + * Copyright (c) 2020, Liav A. <liavalb@hotmail.co.il> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Kernel/PCI/MMIOAccess.cpp b/Kernel/PCI/MMIOAccess.cpp index 72217222de..9d3ed57f78 100644 --- a/Kernel/PCI/MMIOAccess.cpp +++ b/Kernel/PCI/MMIOAccess.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> + * Copyright (c) 2020, Liav A. <liavalb@hotmail.co.il> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Kernel/PCI/MMIOAccess.h b/Kernel/PCI/MMIOAccess.h index 8ac0f55560..992c45cb6d 100644 --- a/Kernel/PCI/MMIOAccess.h +++ b/Kernel/PCI/MMIOAccess.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> + * Copyright (c) 2020, Liav A. <liavalb@hotmail.co.il> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |