From 7d9c60b4976b45ed87a946eeb6d63c0c281d056a Mon Sep 17 00:00:00 2001
From: Pascal Palenda <pascal.palenda@akustik.rwth-aachen.de>
Date: Tue, 9 Aug 2022 14:13:25 +0200
Subject: [PATCH] Update copyright year to 2022

---
 README.md                      | 2 +-
 include/ITASampleClock.h       | 2 +-
 include/ITASamplerDefinition.h | 2 +-
 include/ITASoundSample.h       | 2 +-
 include/ITASoundSamplePool.h   | 2 +-
 include/ITASoundSampler.h      | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index ff9edac..b34d473 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ It is a component of [ITACoreLibs](https://git.rwth-aachen.de/ita/ITACoreLibs),
 
 ### License
 
-Copyright 2015-2021 Institute of Technical Acoustics, RWTH Aachen University
+Copyright 2015-2022 Institute of Technical Acoustics, RWTH Aachen University
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use files of this project except in compliance with the License.
diff --git a/include/ITASampleClock.h b/include/ITASampleClock.h
index a1814be..3c25499 100644
--- a/include/ITASampleClock.h
+++ b/include/ITASampleClock.h
@@ -3,7 +3,7 @@
  *
  *		ITA core libs
  *		(c) Copyright Institute of Technical Acoustics (ITA)
- *		RWTH Aachen University, Germany, 2015-2021
+ *		RWTH Aachen University, Germany, 2015-2022
  *
  * ----------------------------------------------------------------
  *				    ____  __________  _______
diff --git a/include/ITASamplerDefinition.h b/include/ITASamplerDefinition.h
index 56e6815..1f19ba4 100644
--- a/include/ITASamplerDefinition.h
+++ b/include/ITASamplerDefinition.h
@@ -3,7 +3,7 @@
  *
  *		ITA core libs
  *		(c) Copyright Institute of Technical Acoustics (ITA)
- *		RWTH Aachen University, Germany, 2015-2021
+ *		RWTH Aachen University, Germany, 2015-2022
  *
  * ----------------------------------------------------------------
  *				    ____  __________  _______
diff --git a/include/ITASoundSample.h b/include/ITASoundSample.h
index 1dff9b3..f910d1a 100644
--- a/include/ITASoundSample.h
+++ b/include/ITASoundSample.h
@@ -3,7 +3,7 @@
  *
  *		ITA core libs
  *		(c) Copyright Institute of Technical Acoustics (ITA)
- *		RWTH Aachen University, Germany, 2015-2021
+ *		RWTH Aachen University, Germany, 2015-2022
  *
  * ----------------------------------------------------------------
  *				    ____  __________  _______
diff --git a/include/ITASoundSamplePool.h b/include/ITASoundSamplePool.h
index e76f97f..ae8bc35 100644
--- a/include/ITASoundSamplePool.h
+++ b/include/ITASoundSamplePool.h
@@ -3,7 +3,7 @@
  *
  *		ITA core libs
  *		(c) Copyright Institute of Technical Acoustics (ITA)
- *		RWTH Aachen University, Germany, 2015-2021
+ *		RWTH Aachen University, Germany, 2015-2022
  *
  * ----------------------------------------------------------------
  *				    ____  __________  _______
diff --git a/include/ITASoundSampler.h b/include/ITASoundSampler.h
index 66e9a2f..e65109f 100644
--- a/include/ITASoundSampler.h
+++ b/include/ITASoundSampler.h
@@ -3,7 +3,7 @@
  *
  *		ITA core libs
  *		(c) Copyright Institute of Technical Acoustics (ITA)
- *		RWTH Aachen University, Germany, 2015-2021
+ *		RWTH Aachen University, Germany, 2015-2022
  *
  * ----------------------------------------------------------------
  *				    ____  __________  _______
-- 
GitLab