From 8d468ee7eb4257333b14ff4fef04d48348d48e17 Mon Sep 17 00:00:00 2001 From: Midgard Date: Thu, 19 Oct 2023 14:54:35 +0200 Subject: [PATCH] Correct spelling of DeVault --- LICENSE | 2 +- shm.c | 2 +- state.h | 2 +- wayland.c | 2 +- wl-overlay.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index b855e69..9c5da76 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The code in some files is based on example code from the Wayland Book https://wayland-book.com/ by -Drew Devault. This code was released under the MIT license in an email to Midgard. The project as a +Drew DeVault. This code was released under the MIT license in an email to Midgard. The project as a whole is licensed under the GNU General Public License, as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/shm.c b/shm.c index c90b3ee..6ab60e8 100644 --- a/shm.c +++ b/shm.c @@ -20,7 +20,7 @@ * The code in this file is based on example code from the Wayland Book (https://wayland-book.com/). * This code was licensed to Midgard under the MIT license in an email. * - * Copyright (c) 2021 Drew Devault + * Copyright (c) 2021 Drew DeVault * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/state.h b/state.h index b55ea9f..8fb6bf1 100644 --- a/state.h +++ b/state.h @@ -20,7 +20,7 @@ * The code in this file is based on example code from the Wayland Book (https://wayland-book.com/). * This code was licensed to Midgard under the MIT license in an email. * - * Copyright (c) 2021 Drew Devault + * Copyright (c) 2021 Drew DeVault * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/wayland.c b/wayland.c index 5b05559..be7387f 100644 --- a/wayland.c +++ b/wayland.c @@ -20,7 +20,7 @@ * The code in this file is based on example code from the Wayland Book (https://wayland-book.com/). * This code was licensed to Midgard under the MIT license in an email. * - * Copyright (c) 2021 Drew Devault + * Copyright (c) 2021 Drew DeVault * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/wl-overlay.c b/wl-overlay.c index 44761b8..fdab65d 100644 --- a/wl-overlay.c +++ b/wl-overlay.c @@ -116,7 +116,7 @@ print_copyright() "This program uses example code from the Wayland Book (https://wayland-book.com/).\n" "This code was licensed to Midgard under the MIT license in an email:\n" "\n" - "Copyright (c) 2021 Drew Devault\n" + "Copyright (c) 2021 Drew DeVault\n" "\n" "Permission is hereby granted, free of charge, to any person obtaining a copy\n" "of this software and associated documentation files (the \"Software\"), to deal\n"