NetworkManager/examples/shell
Thomas Haller 977ea352a0
all: update deprecated SPDX license identifiers
These SPDX license identifiers are deprecated ([1]). Update them.

[1] https://spdx.org/licenses/

  sed \
     -e '1 s%^/\* SPDX-License-Identifier: \(GPL-2.0\|LGPL-2.1\)+ \*/$%/* SPDX-License-Identifier: \1-or-later */%' \
     -e '1,2 s%^\(--\|#\|//\) SPDX-License-Identifier: \(GPL-2.0\|LGPL-2.1\)+$%\1 SPDX-License-Identifier: \2-or-later%' \
     -i \
     $(git grep -l SPDX-License-Identifier -- \
         ':(exclude)shared/c-*/' \
         ':(exclude)shared/n-*/' \
         ':(exclude)shared/systemd/src' \
         ':(exclude)src/systemd/src')
2021-01-05 09:46:21 +01:00
..
active-wifi.sh all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
disconnect-device.sh all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
get-hostname.sh all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
list-devices.sh all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nm-logging.sh all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00