Owner change
This commit is contained in:
		@ -10,7 +10,7 @@
 | 
				
			|||||||
  <groupId>in.nosd.redis</groupId>
 | 
					  <groupId>in.nosd.redis</groupId>
 | 
				
			||||||
  <artifactId>graylog-plugin-redis-lookup</artifactId>
 | 
					  <artifactId>graylog-plugin-redis-lookup</artifactId>
 | 
				
			||||||
  <name>${project.artifactId}</name>
 | 
					  <name>${project.artifactId}</name>
 | 
				
			||||||
  <version>1.0.0-SNAPSHOT</version>
 | 
					  <version>1.0.0</version>
 | 
				
			||||||
  <description>Graylog ${project.artifactId} plugin.</description>
 | 
					  <description>Graylog ${project.artifactId} plugin.</description>
 | 
				
			||||||
  <url>https://www.graylog.org</url>
 | 
					  <url>https://www.graylog.org</url>
 | 
				
			||||||
  <developers>
 | 
					  <developers>
 | 
				
			||||||
@ -35,6 +35,42 @@
 | 
				
			|||||||
      </resource>
 | 
					      </resource>
 | 
				
			||||||
    </resources>
 | 
					    </resources>
 | 
				
			||||||
    <plugins>
 | 
					    <plugins>
 | 
				
			||||||
 | 
					      <plugin>
 | 
				
			||||||
 | 
					        <groupId>com.mycila</groupId>
 | 
				
			||||||
 | 
					        <artifactId>license-maven-plugin</artifactId>
 | 
				
			||||||
 | 
					        <executions>
 | 
				
			||||||
 | 
					          <execution>
 | 
				
			||||||
 | 
					            <goals>
 | 
				
			||||||
 | 
					              <goal>check</goal>
 | 
				
			||||||
 | 
					            </goals>
 | 
				
			||||||
 | 
					          </execution>
 | 
				
			||||||
 | 
					        </executions>
 | 
				
			||||||
 | 
					        <configuration>
 | 
				
			||||||
 | 
					          <licenseSets>
 | 
				
			||||||
 | 
					            <licenseSet>
 | 
				
			||||||
 | 
					              <header>com/mycila/maven/plugin/license/templates/SSPL-1.txt</header>
 | 
				
			||||||
 | 
					              <properties>
 | 
				
			||||||
 | 
					                <project.inceptionYear>2024</project.inceptionYear>
 | 
				
			||||||
 | 
					                <owner>johan@nosd.in</owner>
 | 
				
			||||||
 | 
					              </properties>
 | 
				
			||||||
 | 
					              <includes>
 | 
				
			||||||
 | 
					                <include>**/src/main/java/**</include>
 | 
				
			||||||
 | 
					                <include>**/src/test/java/**</include>
 | 
				
			||||||
 | 
					                <include>**/pom.xml</include>
 | 
				
			||||||
 | 
					                <include>*.js</include>
 | 
				
			||||||
 | 
					                <include>src/web/**/*.js</include>
 | 
				
			||||||
 | 
					                <include>src/web/**/*.jsx</include>
 | 
				
			||||||
 | 
					                <include>src/web/**/*.ts</include>
 | 
				
			||||||
 | 
					                <include>src/web/**/*.tsx</include>
 | 
				
			||||||
 | 
					                <include>src/web/**/*.css</include>
 | 
				
			||||||
 | 
					              </includes>
 | 
				
			||||||
 | 
					              <excludes>
 | 
				
			||||||
 | 
					                <exclude>*.config.js</exclude>
 | 
				
			||||||
 | 
					              </excludes>
 | 
				
			||||||
 | 
					            </licenseSet>
 | 
				
			||||||
 | 
					          </licenseSets>
 | 
				
			||||||
 | 
					        </configuration>
 | 
				
			||||||
 | 
					      </plugin>
 | 
				
			||||||
      <plugin>
 | 
					      <plugin>
 | 
				
			||||||
        <artifactId>maven-assembly-plugin</artifactId>
 | 
					        <artifactId>maven-assembly-plugin</artifactId>
 | 
				
			||||||
        <configuration>
 | 
					        <configuration>
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										42
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										42
									
								
								pom.xml
									
									
									
									
									
								
							@ -1,7 +1,7 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
<!--
 | 
					<!--
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Copyright (C) 2020 Graylog, Inc.
 | 
					    Copyright (C) 2024 johan@nosd.in
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    This program is free software: you can redistribute it and/or modify
 | 
					    This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
    it under the terms of the Server Side Public License, version 1,
 | 
					    it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
@ -31,7 +31,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <groupId>in.nosd.redis</groupId>
 | 
					    <groupId>in.nosd.redis</groupId>
 | 
				
			||||||
    <artifactId>graylog-plugin-redis-lookup</artifactId>
 | 
					    <artifactId>graylog-plugin-redis-lookup</artifactId>
 | 
				
			||||||
    <version>1.0.0-SNAPSHOT</version>
 | 
					    <version>1.0.0</version>
 | 
				
			||||||
    <packaging>jar</packaging>
 | 
					    <packaging>jar</packaging>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <name>${project.artifactId}</name>
 | 
					    <name>${project.artifactId}</name>
 | 
				
			||||||
@ -146,6 +146,43 @@
 | 
				
			|||||||
            </resource>
 | 
					            </resource>
 | 
				
			||||||
        </resources>
 | 
					        </resources>
 | 
				
			||||||
        <plugins>
 | 
					        <plugins>
 | 
				
			||||||
 | 
					            <plugin>
 | 
				
			||||||
 | 
					                <groupId>com.mycila</groupId>
 | 
				
			||||||
 | 
					                <artifactId>license-maven-plugin</artifactId>
 | 
				
			||||||
 | 
					                <configuration>
 | 
				
			||||||
 | 
					                    <licenseSets>
 | 
				
			||||||
 | 
					                        <licenseSet>
 | 
				
			||||||
 | 
					                            <header>com/mycila/maven/plugin/license/templates/SSPL-1.txt</header>
 | 
				
			||||||
 | 
					                            <properties>
 | 
				
			||||||
 | 
					                                <project.inceptionYear>2024</project.inceptionYear>
 | 
				
			||||||
 | 
					                                <owner>johan@nosd.in</owner>
 | 
				
			||||||
 | 
					                            </properties>
 | 
				
			||||||
 | 
					                            <includes>
 | 
				
			||||||
 | 
					                                <include>**/src/main/java/**</include>
 | 
				
			||||||
 | 
					                                <include>**/src/test/java/**</include>
 | 
				
			||||||
 | 
					                                <include>**/pom.xml</include>
 | 
				
			||||||
 | 
					                                <include>*.js</include>
 | 
				
			||||||
 | 
					                                <include>src/web/**/*.js</include>
 | 
				
			||||||
 | 
					                                <include>src/web/**/*.jsx</include>
 | 
				
			||||||
 | 
					                                <include>src/web/**/*.ts</include>
 | 
				
			||||||
 | 
					                                <include>src/web/**/*.tsx</include>
 | 
				
			||||||
 | 
					                                <include>src/web/**/*.css</include>
 | 
				
			||||||
 | 
					                            </includes>
 | 
				
			||||||
 | 
					                            <excludes>
 | 
				
			||||||
 | 
					                                <exclude>*.config.js</exclude>
 | 
				
			||||||
 | 
					                            </excludes>
 | 
				
			||||||
 | 
					                        </licenseSet>
 | 
				
			||||||
 | 
					                    </licenseSets>
 | 
				
			||||||
 | 
					                </configuration>
 | 
				
			||||||
 | 
					                <executions>
 | 
				
			||||||
 | 
					                    <execution>
 | 
				
			||||||
 | 
					                        <goals>
 | 
				
			||||||
 | 
					                            <goal>check</goal>
 | 
				
			||||||
 | 
					                        </goals>
 | 
				
			||||||
 | 
					                    </execution>
 | 
				
			||||||
 | 
					                </executions>
 | 
				
			||||||
 | 
					            </plugin>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <plugin>
 | 
					            <plugin>
 | 
				
			||||||
                <artifactId>maven-assembly-plugin</artifactId>
 | 
					                <artifactId>maven-assembly-plugin</artifactId>
 | 
				
			||||||
                <configuration>
 | 
					                <configuration>
 | 
				
			||||||
@ -163,7 +200,6 @@
 | 
				
			|||||||
                    <showDeprecation>true</showDeprecation>
 | 
					                    <showDeprecation>true</showDeprecation>
 | 
				
			||||||
                    <forceJavacCompilerUse>true</forceJavacCompilerUse>
 | 
					                    <forceJavacCompilerUse>true</forceJavacCompilerUse>
 | 
				
			||||||
                    <annotationProcessors>
 | 
					                    <annotationProcessors>
 | 
				
			||||||
                        <!-- <annotationProcessor>com.google.auto.service.processor.AutoServiceProcessor</annotationProcessor> -->
 | 
					 | 
				
			||||||
                        <annotationProcessor>com.google.auto.value.processor.AutoValueProcessor</annotationProcessor>
 | 
					                        <annotationProcessor>com.google.auto.value.processor.AutoValueProcessor</annotationProcessor>
 | 
				
			||||||
                    </annotationProcessors>
 | 
					                    </annotationProcessors>
 | 
				
			||||||
                </configuration>
 | 
					                </configuration>
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the Server Side Public License, version 1,
 | 
					 * it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the Server Side Public License, version 1,
 | 
					 * it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the Server Side Public License, version 1,
 | 
					 * it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the Server Side Public License, version 1,
 | 
					 * it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the Server Side Public License, version 1,
 | 
					 * it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the Server Side Public License, version 1,
 | 
					 * it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the Server Side Public License, version 1,
 | 
					 * it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the Server Side Public License, version 1,
 | 
					 * it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the Server Side Public License, version 1,
 | 
					 * it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the Server Side Public License, version 1,
 | 
					 * it under the terms of the Server Side Public License, version 1,
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user