From cb8d895ec5eea6715979920eab56eb31faacac87 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 13 Sep 2017 23:26:15 +1000 Subject: [PATCH] misc: bump copyright header years --- buffer.hpp | 2 +- command_buffer.cpp | 2 +- command_buffer.hpp | 2 +- device.hpp | 2 +- device_memory.cpp | 2 +- device_memory.hpp | 2 +- event.hpp | 2 +- except.cpp | 2 +- framebuffer.hpp | 2 +- fwd.hpp | 2 +- physical_device.cpp | 2 +- physical_device.hpp | 2 +- pipeline.cpp | 2 +- pipeline.hpp | 2 +- pipeline_cache.cpp | 2 +- pipeline_cache.hpp | 2 +- queue.cpp | 2 +- queue.hpp | 2 +- render_pass.cpp | 2 +- render_pass.hpp | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/buffer.hpp b/buffer.hpp index a971060..a33b1c3 100644 --- a/buffer.hpp +++ b/buffer.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_BUFFER_HPP diff --git a/command_buffer.cpp b/command_buffer.cpp index 16dda31..96ce101 100644 --- a/command_buffer.cpp +++ b/command_buffer.cpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017 Danny Robson */ #include "./command_buffer.hpp" diff --git a/command_buffer.hpp b/command_buffer.hpp index ca04ab7..8aae387 100644 --- a/command_buffer.hpp +++ b/command_buffer.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_COMMAND_BUFFER_HPP diff --git a/device.hpp b/device.hpp index 8d789e0..bd740ec 100644 --- a/device.hpp +++ b/device.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_DEVICE_HPP diff --git a/device_memory.cpp b/device_memory.cpp index 0d13a57..7ad0741 100644 --- a/device_memory.cpp +++ b/device_memory.cpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017 Danny Robson */ #include "./device_memory.hpp" diff --git a/device_memory.hpp b/device_memory.hpp index 367f932..0e29f35 100644 --- a/device_memory.hpp +++ b/device_memory.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_DEVICE_MEMORY_HPP diff --git a/event.hpp b/event.hpp index 9579189..b2461fb 100644 --- a/event.hpp +++ b/event.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_EVENT_HPP diff --git a/except.cpp b/except.cpp index 6469fae..2c8a8c3 100644 --- a/except.cpp +++ b/except.cpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #include "./except.hpp" diff --git a/framebuffer.hpp b/framebuffer.hpp index 07e6a16..b45a79f 100644 --- a/framebuffer.hpp +++ b/framebuffer.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_FRAMEBUFFER_HPP diff --git a/fwd.hpp b/fwd.hpp index b43dd30..24ba2c2 100644 --- a/fwd.hpp +++ b/fwd.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_FWD_HPP diff --git a/physical_device.cpp b/physical_device.cpp index 1c9f136..9a1f0ad 100644 --- a/physical_device.cpp +++ b/physical_device.cpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #include "./physical_device.hpp" diff --git a/physical_device.hpp b/physical_device.hpp index 042b948..b9b90ce 100644 --- a/physical_device.hpp +++ b/physical_device.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_PHYSICAL_DEVICE_HPP diff --git a/pipeline.cpp b/pipeline.cpp index b26542b..4be0946 100644 --- a/pipeline.cpp +++ b/pipeline.cpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #include "./pipeline.hpp" diff --git a/pipeline.hpp b/pipeline.hpp index db7a13c..3acaf86 100644 --- a/pipeline.hpp +++ b/pipeline.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_PIPELINE_HPP diff --git a/pipeline_cache.cpp b/pipeline_cache.cpp index 60b500d..d4f0c6b 100644 --- a/pipeline_cache.cpp +++ b/pipeline_cache.cpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #include "./pipeline_cache.hpp" diff --git a/pipeline_cache.hpp b/pipeline_cache.hpp index 1f0663d..61a47e7 100644 --- a/pipeline_cache.hpp +++ b/pipeline_cache.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef __VK_PIPELINE_CACHE_HPP diff --git a/queue.cpp b/queue.cpp index 8e79c19..84fca6b 100644 --- a/queue.cpp +++ b/queue.cpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #include "./queue.hpp" diff --git a/queue.hpp b/queue.hpp index 6fdda1b..d30d55f 100644 --- a/queue.hpp +++ b/queue.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_QUEUE_HPP diff --git a/render_pass.cpp b/render_pass.cpp index daa2082..e212126 100644 --- a/render_pass.cpp +++ b/render_pass.cpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #include "./render_pass.hpp" diff --git a/render_pass.hpp b/render_pass.hpp index c842351..8c9fd50 100644 --- a/render_pass.hpp +++ b/render_pass.hpp @@ -12,7 +12,7 @@ * limitations under the License. * * Copyright: - * 2016, Danny Robson + * 2016-2017, Danny Robson */ #ifndef CRUFT_VK_RENDER_PASS_HPP