Correct spelling of DeVault

This commit is contained in:
Midgard 2023-10-19 14:54:35 +02:00
parent 8c89495736
commit 8d468ee7eb
Signed by: midgard
GPG key ID: 511C112F1331BBB4
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
The code in some files is based on example code from the Wayland Book https://wayland-book.com/ by 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 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. Foundation, either version 3 of the License, or (at your option) any later version.

2
shm.c
View file

@ -20,7 +20,7 @@
* The code in this file is based on example code from the Wayland Book (https://wayland-book.com/). * 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. * 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 * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View file

@ -20,7 +20,7 @@
* The code in this file is based on example code from the Wayland Book (https://wayland-book.com/). * 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. * 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 * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View file

@ -20,7 +20,7 @@
* The code in this file is based on example code from the Wayland Book (https://wayland-book.com/). * 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. * 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 * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View file

@ -116,7 +116,7 @@ print_copyright()
"This program uses example code from the Wayland Book (https://wayland-book.com/).\n" "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" "This code was licensed to Midgard under the MIT license in an email:\n"
"\n" "\n"
"Copyright (c) 2021 Drew Devault\n" "Copyright (c) 2021 Drew DeVault\n"
"\n" "\n"
"Permission is hereby granted, free of charge, to any person obtaining a copy\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" "of this software and associated documentation files (the \"Software\"), to deal\n"