diff --git a/README.adoc b/README.adoc
index 80a7838..0ef34f4 100644
--- a/README.adoc
+++ b/README.adoc
@@ -3,7 +3,7 @@
// 2. Update the issues link in Contributing section in the readme file
// 3. Update the discussion link in config.yml file in .github/ISSUE_TEMPLATE directory
-= Key Value Mapping for Microsoft Azure EventHub (akv_01)
+= Teragrep Key Value Mapping for Microsoft Azure EventHub (akv_01)
// Add a short description of your project. Tell what your project does and what it's used for.
diff --git a/license-header b/license-header
index 6caa3b2..6603044 100644
--- a/license-header
+++ b/license-header
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/pom.xml b/pom.xml
index fcedd5a..62cec43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
${revision}${sha1}${changelist}
jar
akv_01
- Key Value Mapping for Microsoft Azure EventHub
+ Teragrep Key Value Mapping for Microsoft Azure EventHub
https://teragrep.com
@@ -254,7 +254,7 @@
Suomen Kanuuna Oy
2024
- Key Value Mapping for Microsoft Azure EventHub
+ Teragrep Key Value Mapping for Microsoft Azure EventHub
Teragrep
diff --git a/src/main/java/com/teragrep/akv_01/event/Event.java b/src/main/java/com/teragrep/akv_01/event/Event.java
index c9d2d9c..af1c16c 100644
--- a/src/main/java/com/teragrep/akv_01/event/Event.java
+++ b/src/main/java/com/teragrep/akv_01/event/Event.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/event/EventImpl.java b/src/main/java/com/teragrep/akv_01/event/EventImpl.java
index 8a129d1..0a0233f 100644
--- a/src/main/java/com/teragrep/akv_01/event/EventImpl.java
+++ b/src/main/java/com/teragrep/akv_01/event/EventImpl.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/event/JSONEvent.java b/src/main/java/com/teragrep/akv_01/event/JSONEvent.java
index cf47101..917c0b0 100644
--- a/src/main/java/com/teragrep/akv_01/event/JSONEvent.java
+++ b/src/main/java/com/teragrep/akv_01/event/JSONEvent.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/event/MultiRecordEvent.java b/src/main/java/com/teragrep/akv_01/event/MultiRecordEvent.java
index 902b033..80310a1 100644
--- a/src/main/java/com/teragrep/akv_01/event/MultiRecordEvent.java
+++ b/src/main/java/com/teragrep/akv_01/event/MultiRecordEvent.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/event/ParsedEvent.java b/src/main/java/com/teragrep/akv_01/event/ParsedEvent.java
index f07263e..d113b38 100644
--- a/src/main/java/com/teragrep/akv_01/event/ParsedEvent.java
+++ b/src/main/java/com/teragrep/akv_01/event/ParsedEvent.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/event/ParsedEventListFactory.java b/src/main/java/com/teragrep/akv_01/event/ParsedEventListFactory.java
index 43564dc..d0e534d 100644
--- a/src/main/java/com/teragrep/akv_01/event/ParsedEventListFactory.java
+++ b/src/main/java/com/teragrep/akv_01/event/ParsedEventListFactory.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/event/ParsedEventStub.java b/src/main/java/com/teragrep/akv_01/event/ParsedEventStub.java
index 184e4aa..a0d2b7c 100644
--- a/src/main/java/com/teragrep/akv_01/event/ParsedEventStub.java
+++ b/src/main/java/com/teragrep/akv_01/event/ParsedEventStub.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/event/PlainEvent.java b/src/main/java/com/teragrep/akv_01/event/PlainEvent.java
index 49d15b6..f9c45e7 100644
--- a/src/main/java/com/teragrep/akv_01/event/PlainEvent.java
+++ b/src/main/java/com/teragrep/akv_01/event/PlainEvent.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/json/JsonFile.java b/src/main/java/com/teragrep/akv_01/json/JsonFile.java
index 4ced042..648b04d 100644
--- a/src/main/java/com/teragrep/akv_01/json/JsonFile.java
+++ b/src/main/java/com/teragrep/akv_01/json/JsonFile.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/plugin/Plugin.java b/src/main/java/com/teragrep/akv_01/plugin/Plugin.java
index 52bf731..4cba6a3 100644
--- a/src/main/java/com/teragrep/akv_01/plugin/Plugin.java
+++ b/src/main/java/com/teragrep/akv_01/plugin/Plugin.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/plugin/PluginException.java b/src/main/java/com/teragrep/akv_01/plugin/PluginException.java
index 7c7d146..3f90fd7 100644
--- a/src/main/java/com/teragrep/akv_01/plugin/PluginException.java
+++ b/src/main/java/com/teragrep/akv_01/plugin/PluginException.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/plugin/PluginFactory.java b/src/main/java/com/teragrep/akv_01/plugin/PluginFactory.java
index 3d12268..9a8482f 100644
--- a/src/main/java/com/teragrep/akv_01/plugin/PluginFactory.java
+++ b/src/main/java/com/teragrep/akv_01/plugin/PluginFactory.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryConfig.java b/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryConfig.java
index 31062f8..ac09540 100644
--- a/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryConfig.java
+++ b/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryConfig.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryConfigImpl.java b/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryConfigImpl.java
index e19b72f..e786687 100644
--- a/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryConfigImpl.java
+++ b/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryConfigImpl.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryInitialization.java b/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryInitialization.java
index aca5c83..405d8f3 100644
--- a/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryInitialization.java
+++ b/src/main/java/com/teragrep/akv_01/plugin/PluginFactoryInitialization.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/plugin/PluginMap.java b/src/main/java/com/teragrep/akv_01/plugin/PluginMap.java
index 6df0243..5d93793 100644
--- a/src/main/java/com/teragrep/akv_01/plugin/PluginMap.java
+++ b/src/main/java/com/teragrep/akv_01/plugin/PluginMap.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/plugin/PluginStub.java b/src/main/java/com/teragrep/akv_01/plugin/PluginStub.java
index 1d32981..2f25bc5 100644
--- a/src/main/java/com/teragrep/akv_01/plugin/PluginStub.java
+++ b/src/main/java/com/teragrep/akv_01/plugin/PluginStub.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/plugin/PluginStubFactory.java b/src/main/java/com/teragrep/akv_01/plugin/PluginStubFactory.java
index c5e27b3..198ed2e 100644
--- a/src/main/java/com/teragrep/akv_01/plugin/PluginStubFactory.java
+++ b/src/main/java/com/teragrep/akv_01/plugin/PluginStubFactory.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/time/EnqueuedTime.java b/src/main/java/com/teragrep/akv_01/time/EnqueuedTime.java
index faf2aef..d7f7aa1 100644
--- a/src/main/java/com/teragrep/akv_01/time/EnqueuedTime.java
+++ b/src/main/java/com/teragrep/akv_01/time/EnqueuedTime.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/main/java/com/teragrep/akv_01/time/EnqueuedTimeImpl.java b/src/main/java/com/teragrep/akv_01/time/EnqueuedTimeImpl.java
index 8b926ea..785b05d 100644
--- a/src/main/java/com/teragrep/akv_01/time/EnqueuedTimeImpl.java
+++ b/src/main/java/com/teragrep/akv_01/time/EnqueuedTimeImpl.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test/java/com/teragrep/akv_01/event/EventImplTest.java b/src/test/java/com/teragrep/akv_01/event/EventImplTest.java
index 7988262..f84baf1 100644
--- a/src/test/java/com/teragrep/akv_01/event/EventImplTest.java
+++ b/src/test/java/com/teragrep/akv_01/event/EventImplTest.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test/java/com/teragrep/akv_01/event/JSONEventTest.java b/src/test/java/com/teragrep/akv_01/event/JSONEventTest.java
index 51c2bfd..c26ead0 100644
--- a/src/test/java/com/teragrep/akv_01/event/JSONEventTest.java
+++ b/src/test/java/com/teragrep/akv_01/event/JSONEventTest.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test/java/com/teragrep/akv_01/event/MultiRecordEventTest.java b/src/test/java/com/teragrep/akv_01/event/MultiRecordEventTest.java
index 047c8d2..3bcb36a 100644
--- a/src/test/java/com/teragrep/akv_01/event/MultiRecordEventTest.java
+++ b/src/test/java/com/teragrep/akv_01/event/MultiRecordEventTest.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test/java/com/teragrep/akv_01/event/ParsedEventListFactoryTest.java b/src/test/java/com/teragrep/akv_01/event/ParsedEventListFactoryTest.java
index 7784ad4..82efaab 100644
--- a/src/test/java/com/teragrep/akv_01/event/ParsedEventListFactoryTest.java
+++ b/src/test/java/com/teragrep/akv_01/event/ParsedEventListFactoryTest.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test/java/com/teragrep/akv_01/event/PlainEventTest.java b/src/test/java/com/teragrep/akv_01/event/PlainEventTest.java
index 24a596f..7f2a1ee 100644
--- a/src/test/java/com/teragrep/akv_01/event/PlainEventTest.java
+++ b/src/test/java/com/teragrep/akv_01/event/PlainEventTest.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test/java/com/teragrep/akv_01/json/JsonFileTest.java b/src/test/java/com/teragrep/akv_01/json/JsonFileTest.java
index 7e57b1a..ab62471 100644
--- a/src/test/java/com/teragrep/akv_01/json/JsonFileTest.java
+++ b/src/test/java/com/teragrep/akv_01/json/JsonFileTest.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test/java/com/teragrep/akv_01/plugin/PluginFactoryConfigImplTest.java b/src/test/java/com/teragrep/akv_01/plugin/PluginFactoryConfigImplTest.java
index 1571fdd..7c12d8b 100644
--- a/src/test/java/com/teragrep/akv_01/plugin/PluginFactoryConfigImplTest.java
+++ b/src/test/java/com/teragrep/akv_01/plugin/PluginFactoryConfigImplTest.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test/java/com/teragrep/akv_01/plugin/PluginFactoryInitializationTest.java b/src/test/java/com/teragrep/akv_01/plugin/PluginFactoryInitializationTest.java
index e9ef128..39f5646 100644
--- a/src/test/java/com/teragrep/akv_01/plugin/PluginFactoryInitializationTest.java
+++ b/src/test/java/com/teragrep/akv_01/plugin/PluginFactoryInitializationTest.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test/java/com/teragrep/akv_01/plugin/PluginMapTest.java b/src/test/java/com/teragrep/akv_01/plugin/PluginMapTest.java
index bdfbeaf..8f1ff79 100644
--- a/src/test/java/com/teragrep/akv_01/plugin/PluginMapTest.java
+++ b/src/test/java/com/teragrep/akv_01/plugin/PluginMapTest.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test/java/com/teragrep/akv_01/time/EnqueuedTimeImplTest.java b/src/test/java/com/teragrep/akv_01/time/EnqueuedTimeImplTest.java
index ec41abb..c664f4c 100644
--- a/src/test/java/com/teragrep/akv_01/time/EnqueuedTimeImplTest.java
+++ b/src/test/java/com/teragrep/akv_01/time/EnqueuedTimeImplTest.java
@@ -1,5 +1,5 @@
/*
- * Key Value Mapping for Microsoft Azure EventHub
+ * Teragrep Key Value Mapping for Microsoft Azure EventHub
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify