From a6c53cadc8e890af78d4b240d94b6c2cfd9e0b09 Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 6 Mar 2020 16:59:29 +0200 Subject: [PATCH] Meta: Claim copyright on `PCI` files --- Kernel/PCI/Access.cpp | 2 +- Kernel/PCI/Access.h | 2 +- Kernel/PCI/Definitions.h | 2 +- Kernel/PCI/IOAccess.cpp | 2 +- Kernel/PCI/IOAccess.h | 2 +- Kernel/PCI/Initializer.cpp | 2 +- Kernel/PCI/Initializer.h | 2 +- Kernel/PCI/MMIOAccess.cpp | 2 +- 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 99957c7ed6e..652b331571b 100644 --- a/Kernel/PCI/Access.cpp +++ b/Kernel/PCI/Access.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Liav A. * 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 b27735026aa..6979ef2a542 100644 --- a/Kernel/PCI/Access.h +++ b/Kernel/PCI/Access.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Liav A. * 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 404ad0b2193..4a9ece4a5fc 100644 --- a/Kernel/PCI/Definitions.h +++ b/Kernel/PCI/Definitions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Liav A. * 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 4049b3672be..e464952f255 100644 --- a/Kernel/PCI/IOAccess.cpp +++ b/Kernel/PCI/IOAccess.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Liav A. * 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 e9ce8e9a982..20e24d5257c 100644 --- a/Kernel/PCI/IOAccess.h +++ b/Kernel/PCI/IOAccess.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Liav A. * 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 0ddd6e5fee9..2d7feb5732b 100644 --- a/Kernel/PCI/Initializer.cpp +++ b/Kernel/PCI/Initializer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Liav A. * 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 7c24d3300b9..8ce30781a11 100644 --- a/Kernel/PCI/Initializer.h +++ b/Kernel/PCI/Initializer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Liav A. * 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 72217222de3..9d3ed57f783 100644 --- a/Kernel/PCI/MMIOAccess.cpp +++ b/Kernel/PCI/MMIOAccess.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Liav A. * 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 8ac0f555604..992c45cb6d6 100644 --- a/Kernel/PCI/MMIOAccess.h +++ b/Kernel/PCI/MMIOAccess.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Liav A. * All rights reserved. * * Redistribution and use in source and binary forms, with or without