Correct spelling of DeVault
This commit is contained in:
parent
8c89495736
commit
8d468ee7eb
5 changed files with 5 additions and 5 deletions
2
LICENSE
2
LICENSE
|
@ -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
2
shm.c
|
@ -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
|
||||||
|
|
2
state.h
2
state.h
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue