diff --git a/sharedconf.bb b/sharedconf.bb
index 770837735bc63ac83ada8f76b0397b95a81fea9b..c5055c4bf40c8eb9147b46a094c99c5a2e422ec0 100644
--- a/sharedconf.bb
+++ b/sharedconf.bb
@@ -99,7 +99,7 @@ do_install() {
 }
 
 pkg_postinst_ontarget:${PN}-network_guf () {
-    # Write Network Manager connections G&F device config during first boot
+    # Write Network Manager connections SECO North device config during first boot
     ${sbindir}/gf-network-conf.sh --format=networkmanager generate
 }
 
diff --git a/sharedconf/gf-conf-reader.sh b/sharedconf/gf-conf-reader.sh
index 9873b99305fa95faf3719d5b1832550154a04eb2..4ea9cd1cfb8fdd20f52ae5a74bf11aafe91da9f2 100755
--- a/sharedconf/gf-conf-reader.sh
+++ b/sharedconf/gf-conf-reader.sh
@@ -6,7 +6,7 @@
 # shellcheck disable=SC2120
 #
 HELP="
-# Garz & Fricke xml configuration reader.
+# SECO Northern Europe xml configuration reader.
 #
 # Some parts of the system configuration are stored in an
 # xml file stored on one of the boot partitions of the emmc.
diff --git a/sharedconf/gf-functions.sh b/sharedconf/gf-functions.sh
index 92426fcc72303653a3a6c0bb6feb669519ba116d..20801be99b20e132e1825f62d5540b13700918c4 100644
--- a/sharedconf/gf-functions.sh
+++ b/sharedconf/gf-functions.sh
@@ -1,4 +1,4 @@
-# A set of helper functions used for the G&F device configuration scripts
+# A set of helper functions used for the SECO North device configuration scripts
 # shellcheck disable=2154
 
 # Set to zero if not set outside as environment variable
@@ -457,7 +457,7 @@ is_os_fngsystem()
 }
 
 #========================================================
-# Access the G&F XML config file
+# Access the SECO North XML config file
 #========================================================
 CONFIG_XML="/etc/shared/config.xml"
 
diff --git a/sharedconf/gf-network-conf.init b/sharedconf/gf-network-conf.init
index a23b3e1644bd2ee87d6c5f091a9d913920c067c4..fe6e9a7b7a2fbbba09de785455dd4f34de7f0ebc 100644
--- a/sharedconf/gf-network-conf.init
+++ b/sharedconf/gf-network-conf.init
@@ -5,7 +5,7 @@
 # Default-Start:     2 3 4 5
 # Default-Stop:      1
 # Short-Description: Setup volatile network config
-# Description:       Reads network config from G&F xml configuration and sets up local network config
+# Description:       Reads network config from SECO North xml configuration and sets up local network config
 #                    files accordingly
 ### END INIT INFO
 #
diff --git a/sharedconf/gf-network-conf.sh b/sharedconf/gf-network-conf.sh
index b2da1885fccbfcfde419258b4e6bac4c90b94824..5904ea166d30f295f6a6801020b24ebf87ea55d5 100755
--- a/sharedconf/gf-network-conf.sh
+++ b/sharedconf/gf-network-conf.sh
@@ -4,9 +4,9 @@
 # and complains about using unassigned variables.
 #
 HELP="
-# Garz & Fricke initial network setup script.
+# SECO Northern Europe initial network setup script.
 #
-# This script read the G&F device configuration and writes
+# This script read the SECO North device configuration and writes
 # network config files representing this settings.
 #
 # $0 [options] list|generate|apply-mac
diff --git a/sharedconf/gf-versions.sh b/sharedconf/gf-versions.sh
index a0026353ba6c1474a385dab43d2ee576678cd3c7..5721a2222154aaa642f02ccb652e6c697db63e83 100644
--- a/sharedconf/gf-versions.sh
+++ b/sharedconf/gf-versions.sh
@@ -4,7 +4,7 @@
 # and complains about using unassigned variables.
 #
 HELP="
-# Garz & Fricke version interface.
+# SECO Northern Europe version interface.
 #
 # Used to query versions of installed and running bootloader, os, ...
 # 
diff --git a/sharedconf/mac2serial.sh b/sharedconf/mac2serial.sh
index 7d822b68cd7ed6a0dae2a748e995fb15cc0109be..1681a8f95a60ff0da8e3daaecb6c77fbedc20d4f 100755
--- a/sharedconf/mac2serial.sh
+++ b/sharedconf/mac2serial.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 export HELP="
-# Convert a Garz&Fricke mac address to a Garz&Fricke serial number.
+# Convert a SECO Northern Europe mac address to a SECO Northern Europe serial number.
 #
 # $0 [options] <mac>
 "
diff --git a/sharedconf/serial2mac.sh b/sharedconf/serial2mac.sh
index 7e073a479433ef7194820937d661c755d7e9b82e..5c0a1bf1106f8ae3693bbc81f0418077d120f3ca 100755
--- a/sharedconf/serial2mac.sh
+++ b/sharedconf/serial2mac.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 export HELP="
-# Convert a Garz&Fricke serial number to a Garz&Fricke mac address.
+# Convert a SECO Northern Europe serial number to a SECO Northern Europe mac address.
 #
 # $0 [options] <mac>
 "