diff --git a/mail-service/pom.xml b/mail-service/pom.xml
index c55d69ade4b14d7962a6cedb46f34ab706866f74..344b85344bf67180bd3092ef661c69d6301d2093 100644
--- a/mail-service/pom.xml
+++ b/mail-service/pom.xml
@@ -17,7 +17,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>
@@ -161,32 +160,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>
-								<exclude>pom.xml</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 384ab41f76134a82ba8df140135175f890271cc8..1d65ac548047acd6eb3f8d8180cb7e7c918df170 100644
--- a/notification-manager/pom.xml
+++ b/notification-manager/pom.xml
@@ -14,7 +14,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>
@@ -95,32 +94,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>
-								<exclude>pom.xml</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 3a2c91ba9c3e8c159486e274056db20b7597d671..9e085bb8339ec35ab9d27c172b239b6488b736f5 100644
--- a/pluto-interface/pom.xml
+++ b/pluto-interface/pom.xml
@@ -22,8 +22,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>
@@ -107,35 +105,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>
-								<exclude>pom.xml</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 1f8e494c451daf43faf3667b81b9b128f14aea9e..3cc57131757d97a8e17a1a084c4ee34b7fd4d3d1 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -28,8 +28,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>
 
@@ -277,32 +275,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>
-								<exclude>pom.xml</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 ad153a4a54b3c447560f9fdc3b6cabf0b7898d00..57c6f415b3cbd331ab04a5abc40e2d2bab79def2 100644
--- a/pluto-utils/pom.xml
+++ b/pluto-utils/pom.xml
@@ -23,7 +23,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>
 
@@ -178,31 +177,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>
-								<exclude>pom.xml</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