From 8fdbe5e40018f3b9b7122015bb456757717e9625 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 26 Dec 2021 01:48:28 +0100 Subject: [PATCH] update licence dates --- include/vkh.h | 2 +- src/vkh_app.c | 2 +- src/vkh_app.h | 2 +- src/vkh_buffer.c | 2 +- src/vkh_buffer.h | 2 +- src/vkh_device.c | 2 +- src/vkh_device.h | 2 +- src/vkh_image.c | 2 +- src/vkh_image.h | 2 +- src/vkh_phyinfo.c | 2 +- src/vkh_phyinfo.h | 2 +- src/vkh_presenter.c | 2 +- src/vkh_presenter.h | 2 +- src/vkh_queue.c | 2 +- src/vkh_queue.h | 2 +- src/vkhelpers.c | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/include/vkh.h b/include/vkh.h index 3f8acda..78a95fd 100644 --- a/include/vkh.h +++ b/include/vkh.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_app.c b/src/vkh_app.c index f486b0c..274a1a0 100644 --- a/src/vkh_app.c +++ b/src/vkh_app.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_app.h b/src/vkh_app.h index 3cd8801..75147c1 100644 --- a/src/vkh_app.h +++ b/src/vkh_app.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_buffer.c b/src/vkh_buffer.c index f08b709..c5a7c64 100644 --- a/src/vkh_buffer.c +++ b/src/vkh_buffer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_buffer.h b/src/vkh_buffer.h index c548941..2db2efb 100644 --- a/src/vkh_buffer.h +++ b/src/vkh_buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_device.c b/src/vkh_device.c index c01ecda..9f5bfcb 100644 --- a/src/vkh_device.c +++ b/src/vkh_device.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_device.h b/src/vkh_device.h index 41de6aa..491816d 100644 --- a/src/vkh_device.h +++ b/src/vkh_device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_image.c b/src/vkh_image.c index 014b8f3..19275bb 100644 --- a/src/vkh_image.c +++ b/src/vkh_image.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_image.h b/src/vkh_image.h index 82cdc20..d582cbb 100644 --- a/src/vkh_image.h +++ b/src/vkh_image.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_phyinfo.c b/src/vkh_phyinfo.c index fe61099..49c9564 100644 --- a/src/vkh_phyinfo.c +++ b/src/vkh_phyinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_phyinfo.h b/src/vkh_phyinfo.h index 9e9b668..193a112 100644 --- a/src/vkh_phyinfo.h +++ b/src/vkh_phyinfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_presenter.c b/src/vkh_presenter.c index 3959a66..d5c0fc1 100644 --- a/src/vkh_presenter.c +++ b/src/vkh_presenter.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_presenter.h b/src/vkh_presenter.h index 2db3229..a8be598 100644 --- a/src/vkh_presenter.h +++ b/src/vkh_presenter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_queue.c b/src/vkh_queue.c index 8fddb02..a0c22eb 100644 --- a/src/vkh_queue.c +++ b/src/vkh_queue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkh_queue.h b/src/vkh_queue.h index 2f8018c..8e00506 100644 --- a/src/vkh_queue.h +++ b/src/vkh_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/vkhelpers.c b/src/vkhelpers.c index a9237c2..b457d69 100644 --- a/src/vkhelpers.c +++ b/src/vkhelpers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Jean-Philippe Bruyère + * Copyright (c) 2018-2022 Jean-Philippe Bruyère * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in -- 2.47.3