diff --git a/utils/static-device-names/Makefile b/utils/static-device-names/Makefile index eaf28a5dcc..80a99466eb 100644 --- a/utils/static-device-names/Makefile +++ b/utils/static-device-names/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # -# Copyright (C) 2024 qualIP Software -# +# Copyright (C) 2024 qualIP Software. +# Released under the GPL v3.0 or later. include $(TOPDIR)/rules.mk diff --git a/utils/static-device-names/README.md b/utils/static-device-names/README.md index 9dc3db891d..f1f7fc7c40 100644 --- a/utils/static-device-names/README.md +++ b/utils/static-device-names/README.md @@ -1,5 +1,8 @@ # static-device-names package for OpenWRT +Copyright (C) 2024 qualIP Software. +Released under the GPL v3.0 or later. + Inspired in part by @bobafetthotmail's script published here: https://forum.openwrt.org/t/how-does-openwrt-ensure-network-device-names-are-consistent/90185/3 diff --git a/utils/static-device-names/files/static-device-names.hotplug b/utils/static-device-names/files/static-device-names.hotplug index d04db2b8fd..a7de4ad6e2 100755 --- a/utils/static-device-names/files/static-device-names.hotplug +++ b/utils/static-device-names/files/static-device-names.hotplug @@ -3,6 +3,9 @@ # This script is part of the static-device-names package. # See /usr/share/doc/static-device-names # +# Copyright (C) 2024 qualIP Software. +# Released under the GPL v3.0 or later. +# # Location: /etc/hotplug.d/net/00-00-static-device-names # Note: This file is prefixed with "00-00-" to be sorted before "00-syslog" diff --git a/utils/static-device-names/files/static-device-names.init b/utils/static-device-names/files/static-device-names.init index b07094a3bc..e7c4166342 100755 --- a/utils/static-device-names/files/static-device-names.init +++ b/utils/static-device-names/files/static-device-names.init @@ -3,11 +3,10 @@ # This script is part of the static-device-names package. # See /usr/share/doc/static-device-names # +# Copyright (C) 2024 qualIP Software. +# Released under the GPL v3.0 or later. +# # Location: /etc/init.d/static-device-names -# -# For debugging purposes, run: -# -# TRACE=1 /etc/init.d/static-device-names status START=11 NAME=static-device-names