diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml
index 4a4d22e..576b33d 100644
--- a/dependency-reduced-pom.xml
+++ b/dependency-reduced-pom.xml
@@ -10,7 +10,7 @@
in.nosd.redis
graylog-plugin-redis-lookup
${project.artifactId}
- 1.0.0-SNAPSHOT
+ 1.0.0
Graylog ${project.artifactId} plugin.
https://www.graylog.org
@@ -35,6 +35,42 @@
+
+ com.mycila
+ license-maven-plugin
+
+
+
+ check
+
+
+
+
+
+
+ com/mycila/maven/plugin/license/templates/SSPL-1.txt
+
+ 2024
+ johan@nosd.in
+
+
+ **/src/main/java/**
+ **/src/test/java/**
+ **/pom.xml
+ *.js
+ src/web/**/*.js
+ src/web/**/*.jsx
+ src/web/**/*.ts
+ src/web/**/*.tsx
+ src/web/**/*.css
+
+
+ *.config.js
+
+
+
+
+
maven-assembly-plugin
diff --git a/pom.xml b/pom.xml
index 929f1bd..909c304 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
com.google.auto.value.processor.AutoValueProcessor
diff --git a/src/main/java/in/nosd/redis/RedisLookupPlugin.java b/src/main/java/in/nosd/redis/RedisLookupPlugin.java
index b0488b9..445e1cd 100644
--- a/src/main/java/in/nosd/redis/RedisLookupPlugin.java
+++ b/src/main/java/in/nosd/redis/RedisLookupPlugin.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Graylog, Inc.
+ * Copyright (C) 2024 johan@nosd.in
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
diff --git a/src/main/java/in/nosd/redis/RedisLookupPluginMetaData.java b/src/main/java/in/nosd/redis/RedisLookupPluginMetaData.java
index d1d7143..1d4234b 100644
--- a/src/main/java/in/nosd/redis/RedisLookupPluginMetaData.java
+++ b/src/main/java/in/nosd/redis/RedisLookupPluginMetaData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Graylog, Inc.
+ * Copyright (C) 2024 johan@nosd.in
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
diff --git a/src/main/java/in/nosd/redis/RedisLookupPluginModule.java b/src/main/java/in/nosd/redis/RedisLookupPluginModule.java
index 00fa725..828f7de 100644
--- a/src/main/java/in/nosd/redis/RedisLookupPluginModule.java
+++ b/src/main/java/in/nosd/redis/RedisLookupPluginModule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Graylog, Inc.
+ * Copyright (C) 2024 johan@nosd.in
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
diff --git a/src/main/java/in/nosd/redis/RedisLookupPluginPlugin.java b/src/main/java/in/nosd/redis/RedisLookupPluginPlugin.java
index f0df97f..719cc7a 100644
--- a/src/main/java/in/nosd/redis/RedisLookupPluginPlugin.java
+++ b/src/main/java/in/nosd/redis/RedisLookupPluginPlugin.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Graylog, Inc.
+ * Copyright (C) 2024 johan@nosd.in
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
diff --git a/src/main/java/in/nosd/redis/functions/GenericLookupResult.java b/src/main/java/in/nosd/redis/functions/GenericLookupResult.java
index b2fb7e3..55c43d0 100644
--- a/src/main/java/in/nosd/redis/functions/GenericLookupResult.java
+++ b/src/main/java/in/nosd/redis/functions/GenericLookupResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Graylog, Inc.
+ * Copyright (C) 2024 johan@nosd.in
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
diff --git a/src/main/java/in/nosd/redis/functions/LookupTableFunction.java b/src/main/java/in/nosd/redis/functions/LookupTableFunction.java
index e72d255..5587905 100644
--- a/src/main/java/in/nosd/redis/functions/LookupTableFunction.java
+++ b/src/main/java/in/nosd/redis/functions/LookupTableFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Graylog, Inc.
+ * Copyright (C) 2024 johan@nosd.in
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
diff --git a/src/main/java/in/nosd/redis/functions/RedisLookupPluginFunction.java b/src/main/java/in/nosd/redis/functions/RedisLookupPluginFunction.java
index 6fbc797..217d3cb 100644
--- a/src/main/java/in/nosd/redis/functions/RedisLookupPluginFunction.java
+++ b/src/main/java/in/nosd/redis/functions/RedisLookupPluginFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Graylog, Inc.
+ * Copyright (C) 2024 johan@nosd.in
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
diff --git a/src/web/dataadapters/RedisLookupAdapterDocumentation.jsx b/src/web/dataadapters/RedisLookupAdapterDocumentation.jsx
index f2bc3ef..98ef726 100644
--- a/src/web/dataadapters/RedisLookupAdapterDocumentation.jsx
+++ b/src/web/dataadapters/RedisLookupAdapterDocumentation.jsx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Graylog, Inc.
+ * Copyright (C) 2024 johan@nosd.in
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
diff --git a/src/web/dataadapters/RedisLookupAdapterSummary.jsx b/src/web/dataadapters/RedisLookupAdapterSummary.jsx
index 10fbfda..b65db41 100644
--- a/src/web/dataadapters/RedisLookupAdapterSummary.jsx
+++ b/src/web/dataadapters/RedisLookupAdapterSummary.jsx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Graylog, Inc.
+ * Copyright (C) 2024 johan@nosd.in
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
diff --git a/src/web/index.jsx b/src/web/index.jsx
index 70ba5fd..d966f8e 100644
--- a/src/web/index.jsx
+++ b/src/web/index.jsx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Graylog, Inc.
+ * Copyright (C) 2024 johan@nosd.in
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,