diff --git a/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl b/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl
index 7959c5a502ba7882055d79ad3eb6a3744be801ee..b25359ef63dd1451722cba43b8bd96b3e4663e31 100644
--- a/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl
+++ b/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl
@@ -1,6 +1,5 @@
-#!/usr/bin/env perl 
+#!/usr/bin/env perl
 # adds all dnx properties
-# by Andreas Romeyke (andreas.romeyke@slub-dresden.de) and Serhiy Bolkun (serhiy.bolkun@slub-dresden.de)
 #
 # usage:   perl add_dnx_mappings.pl rosetta-host rosetta-user rosetta-user-password rosetta-institution rosetta-login-port
 # example: perl add_dnx_mappings.pl rosetta.my-archive.domain user1 12345 MYINSTITUTE 8443
@@ -8,11 +7,9 @@
 # needs a geckodriver and the Selenium::Remote::Driver module
 # see http://www.seleniumhq.org/
 #
-# tested against Rosetta 7.0 using chromedriver and chromium 90.0.4430.93
-# under Windows 10 and Debian 10
+# tested against Rosetta 7.1 using ChromeDriver 98.0.4758.80 and Chrome 98 in Debian 11
 #
-# ensure, that the plugin is assigned to a classification, for example to
-# "Image (Mix)"
+# ensure, that the plugin is assigned to a classification, for example to "Image (Mix)"
 
 use strict;
 use warnings;