diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 21:33:41 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 21:40:08 +0100 |
commit | d9efe12ed4e3abbbcf8b607a21559e17601b89d7 (patch) | |
tree | 25168c3c5881e4a809039a1ad457cdccd584795a | |
parent | 09df1497605ec344543a712705ecdf01147e9e9e (diff) | |
download | pugl-d9efe12ed4e3abbbcf8b607a21559e17601b89d7.tar.gz pugl-d9efe12ed4e3abbbcf8b607a21559e17601b89d7.tar.bz2 pugl-d9efe12ed4e3abbbcf8b607a21559e17601b89d7.zip |
Use email address instead of website for attribution
-rw-r--r-- | bindings/cxx/include/pugl/vulkan.hpp | 2 | ||||
-rw-r--r-- | examples/pugl_vulkan_cxx_demo.cpp | 2 | ||||
-rw-r--r-- | examples/pugl_vulkan_demo.c | 2 | ||||
-rw-r--r-- | examples/sybok.hpp | 2 | ||||
-rw-r--r-- | include/pugl/vulkan.h | 2 | ||||
-rw-r--r-- | src/mac_vulkan.m | 2 | ||||
-rw-r--r-- | src/win_vulkan.c | 2 | ||||
-rw-r--r-- | src/x11_vulkan.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/bindings/cxx/include/pugl/vulkan.hpp b/bindings/cxx/include/pugl/vulkan.hpp index 21341b3..2612578 100644 --- a/bindings/cxx/include/pugl/vulkan.hpp +++ b/bindings/cxx/include/pugl/vulkan.hpp @@ -1,5 +1,5 @@ /* - Copyright 2012-2020 David Robillard <http://drobilla.net> + Copyright 2012-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/examples/pugl_vulkan_cxx_demo.cpp b/examples/pugl_vulkan_cxx_demo.cpp index 9fbf7af..e816091 100644 --- a/examples/pugl_vulkan_cxx_demo.cpp +++ b/examples/pugl_vulkan_cxx_demo.cpp @@ -1,5 +1,5 @@ /* - Copyright 2019-2020 David Robillard <http://drobilla.net> + Copyright 2019-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/examples/pugl_vulkan_demo.c b/examples/pugl_vulkan_demo.c index 4a8324e..3af6d19 100644 --- a/examples/pugl_vulkan_demo.c +++ b/examples/pugl_vulkan_demo.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2020 David Robillard <http://drobilla.net> + Copyright 2019-2020 David Robillard <d@drobilla.net> Copyright 2019 Jordan Halase <jordan@halase.me> Permission to use, copy, modify, and/or distribute this software for any diff --git a/examples/sybok.hpp b/examples/sybok.hpp index 6805efa..ed82afb 100644 --- a/examples/sybok.hpp +++ b/examples/sybok.hpp @@ -1,5 +1,5 @@ /* - Copyright 2020 David Robillard <http://drobilla.net> + Copyright 2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/include/pugl/vulkan.h b/include/pugl/vulkan.h index 6a0b046..8941510 100644 --- a/include/pugl/vulkan.h +++ b/include/pugl/vulkan.h @@ -1,5 +1,5 @@ /* - Copyright 2012-2020 David Robillard <http://drobilla.net> + Copyright 2012-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/mac_vulkan.m b/src/mac_vulkan.m index 6899483..22fff10 100644 --- a/src/mac_vulkan.m +++ b/src/mac_vulkan.m @@ -1,5 +1,5 @@ /* - Copyright 2012-2020 David Robillard <http://drobilla.net> + Copyright 2012-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/win_vulkan.c b/src/win_vulkan.c index d35d204..a892a16 100644 --- a/src/win_vulkan.c +++ b/src/win_vulkan.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2020 David Robillard <http://drobilla.net> + Copyright 2012-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/x11_vulkan.c b/src/x11_vulkan.c index 77bdd59..1ff5759 100644 --- a/src/x11_vulkan.c +++ b/src/x11_vulkan.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2020 David Robillard <http://drobilla.net> + Copyright 2012-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above |