diff --git a/mail-service/pom.xml b/mail-service/pom.xml
index 2b69ff5ca2f9cd3e424c891983fb63e65271417a..522fa8ad72fe234f64d957fda76b2c424450c3c5 100644
--- a/mail-service/pom.xml
+++ b/mail-service/pom.xml
@@ -42,8 +42,6 @@
 		<!-- TODO version management -->
 		<shedlock.version>4.25.0</shedlock.version>
 		<logcaptor.version>2.7.10</logcaptor.version>
-
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
 	</properties>
 
 	<dependencies>
@@ -187,31 +185,6 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 			</plugin>
-
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
-				<configuration>
-					<licenseSets>
-						<licenseSet>
-							<header>license/eupl_v1_2_de/header.txt</header>
-							<excludes>
-								<exclude>**/README</exclude>
-								<exclude>src/test/resources/**</exclude>
-								<exclude>src/main/resources/**</exclude>
-							</excludes>
-						</licenseSet>
-					</licenseSets>
-				</configuration>
-				<dependencies>
-                    <dependency>
-                        <groupId>de.itvsh.kop.common</groupId>
-                        <artifactId>kop-common-license</artifactId>
-                        <version>${kop.license.version}</version>
-                    </dependency>
-                </dependencies>
-			</plugin>
 		</plugins>
 	</build>
 
diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml
index 8b1fa7efc0a6a92f97d93dd8843981863798da5b..511e46959e2894cd5a79191a4c63728d2dc0bc7e 100644
--- a/notification-manager/pom.xml
+++ b/notification-manager/pom.xml
@@ -39,7 +39,6 @@
 
 	<properties>
 		<user-manager-interface.version>1.0.0</user-manager-interface.version>
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
 	</properties>
 
 	<dependencies>
@@ -120,31 +119,6 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 			</plugin>
-
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
-				<configuration>
-					<licenseSets>
-						<licenseSet>
-							<header>license/eupl_v1_2_de/header.txt</header>
-							<excludes>
-								<exclude>**/README</exclude>
-								<exclude>src/test/resources/**</exclude>
-								<exclude>src/main/resources/**</exclude>
-							</excludes>
-						</licenseSet>
-					</licenseSets>
-				</configuration>
-				<dependencies>
-                    <dependency>
-                        <groupId>de.itvsh.kop.common</groupId>
-                        <artifactId>kop-common-license</artifactId>
-                        <version>${kop.license.version}</version>
-                    </dependency>
-                </dependencies>
-			</plugin>
 		</plugins>
 	</build>
 </project>
\ No newline at end of file
diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml
index 8b7ba441e24d65a561a4ff4cb64bc56342d9dada..df1db46a389189b8ffc2c34589f52ff64e7419ee 100644
--- a/pluto-interface/pom.xml
+++ b/pluto-interface/pom.xml
@@ -47,8 +47,6 @@
 		<java.version>17</java.version>
 		<maven.compiler.source>${java.version}</maven.compiler.source>
 		<maven.compiler.target>${java.version}</maven.compiler.target>
-
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
 	</properties>
 
 	<dependencyManagement>
@@ -132,34 +130,6 @@
 					</execution>
 				</executions>
 			</plugin>
-
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
-				<configuration>
-					<mapping>
-						<proto>SLASHSTAR_STYLE</proto>
-					</mapping>
-					<licenseSets>
-						<licenseSet>
-							<header>license/eupl_v1_2_de/header.txt</header>
-							<excludes>
-								<exclude>**/*.yaml</exclude>
-								<exclude>**/*.yml</exclude>
-								<exclude>README.md</exclude>
-							</excludes>
-						</licenseSet>
-					</licenseSets>
-				</configuration>
-				<dependencies>
-					<dependency>
-						<groupId>de.itvsh.kop.common</groupId>
-						<artifactId>kop-common-license</artifactId>
-						<version>${kop.license.version}</version>
-					</dependency>
-				</dependencies>
-			</plugin>
 		</plugins>
 	</build>
 
diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml
index d2e1c13485228d1293573cb390ac582f1039c285..55ddeba824a5fb2f0e6eba9eca5c1907e586399d 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -53,7 +53,6 @@
 		<mongock.version>5.1.4</mongock.version>
 
 		<testcontainer.version>1.17.3</testcontainer.version>
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
 		<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
 	</properties>
 
@@ -301,31 +300,6 @@
 				<groupId>pl.project13.maven</groupId>
 				<artifactId>git-commit-id-plugin</artifactId>
 			</plugin>
-
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
-				<configuration>
-					<licenseSets>
-						<licenseSet>
-							<header>license/eupl_v1_2_de/header.txt</header>
-							<excludes>
-								<exclude>**/README</exclude>
-								<exclude>src/test/resources/**</exclude>
-								<exclude>src/main/resources/**</exclude>
-							</excludes>
-						</licenseSet>
-					</licenseSets>
-				</configuration>
-				<dependencies>
-                    <dependency>
-                        <groupId>de.itvsh.kop.common</groupId>
-                        <artifactId>kop-common-license</artifactId>
-                        <version>${kop.license.version}</version>
-                    </dependency>
-                </dependencies>
-			</plugin>
 		</plugins>
 	</build>
 
diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml
index d1bb824ce803764f1c634ce44014d5bde9f3a7f4..84c404297787f2b220f8dfe0adfb141dd67f2403 100644
--- a/pluto-utils/pom.xml
+++ b/pluto-utils/pom.xml
@@ -48,7 +48,6 @@
 		<maven-failsafe-plugin.version>3.0.0-M7</maven-failsafe-plugin.version>
 		<jacoco.plugin.version>0.8.8</jacoco.plugin.version>
 		
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
 		<lombok.version>1.18.24</lombok.version>
 	</properties>
 
@@ -203,31 +202,6 @@
 					</execution>
 				</executions>
 			</plugin>
-
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
-				<configuration>
-					<licenseSets>
-						<licenseSet>
-							<header>license/eupl_v1_2_de/header.txt</header>
-							<excludes>
-								<exclude>**/README</exclude>
-								<exclude>src/test/resources/**</exclude>
-								<exclude>src/main/resources/**</exclude>
-							</excludes>
-						</licenseSet>
-					</licenseSets>
-				</configuration>
-				<dependencies>
-                    <dependency>
-                        <groupId>de.itvsh.kop.common</groupId>
-                        <artifactId>kop-common-license</artifactId>
-                        <version>${kop.license.version}</version>
-                    </dependency>
-                </dependencies>
-			</plugin>
 		</plugins>
 	</build>
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 23fd9e65acbf3b16fc2e79ad702166b62077fcdb..7d71dfb91973aa0dbb5e2ac4571d190c8c5c2fbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,10 +33,6 @@
 	<name>Pluto Parent</name>
 	<packaging>pom</packaging>
 	
-	<properties>
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
-	</properties>
-
 	<modules>
 		<module>pluto-interface</module>
 		<module>pluto-server</module>
@@ -45,37 +41,6 @@
 		<module>notification-manager</module>
 	</modules>
 	
-	<build>
-		<pluginManagement>
-		    <plugins>
-				<plugin>
-					<groupId>com.mycila</groupId>
-					<artifactId>license-maven-plugin</artifactId>
-					<version>4.1</version>
-					<configuration>
-						<licenseSets>
-							<licenseSet>
-								<header>license/eupl_v1_2_de/header.txt</header>
-								<excludes>
-									<exclude>**/README</exclude>
-									<exclude>src/test/resources/**</exclude>
-									<exclude>src/main/resources/**</exclude>
-								</excludes>
-							</licenseSet>
-						</licenseSets>
-					</configuration>
-					<dependencies>
-						<dependency>
-							<groupId>de.itvsh.kop.common</groupId>
-							<artifactId>kop-common-license</artifactId>
-							<version>${kop.license.version}</version>
-						</dependency>
-					</dependencies>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-
 	<distributionManagement>
 		<repository>
 			<id>ozg-nexus</id>