diff --git a/biopet-core/src/main/resources/nl/lumc/sasc/biopet/License.txt b/biopet-core/src/main/resources/nl/lumc/sasc/biopet/License.txt
index b8262cb45d8b3642d018d84cacde9454062f54f8..ddba7889d4d851b470fc83257755472b7623a0dc 100644
--- a/biopet-core/src/main/resources/nl/lumc/sasc/biopet/License.txt
+++ b/biopet-core/src/main/resources/nl/lumc/sasc/biopet/License.txt
@@ -7,7 +7,6 @@ Copyright 2014 Sequencing Analysis Support Core - Leiden University Medical Cent
 
 Contact us at: sasc@lumc.nl
 
-A dual licensing mode is applied. The source code within this project that are 
-not part of GATK Queue is freely available for non-commercial use under an AGPL 
+A dual licensing mode is applied. The source code within this project is freely available for non-commercial use under an AGPL
 license; For commercial users or users who do not want to follow the AGPL 
 license, please contact us to obtain a separate license.
\ No newline at end of file
diff --git a/license_header.sh b/license_header.sh
index 3868b4a7e776ea18ffe5c65368df49b803715382..b4717dc9cf74d38ee31095c761f9d4e7242e784a 100755
--- a/license_header.sh
+++ b/license_header.sh
@@ -11,6 +11,4 @@ if [ $1 ] ; then
     MODE=$1
 fi
 
-mvn -f $DIR/public/pom.xml license:$MODE -Dlicense.header=$DIR/public/LICENSE
-
-mvn -f $DIR/protected/pom.xml license:$MODE -Dlicense.header=$DIR/protected/LICENSE
\ No newline at end of file
+mvn -f $DIR/pom.xml license:$MODE -Dlicense.header=$DIR/LICENSE
\ No newline at end of file