mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-26 15:03:12 +00:00
For all files in iproute2 which do not have an obvious license identification, mark them with SPDK GPL-2 Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
6 lines
72 B
Bash
6 lines
72 B
Bash
#! /bin/bash
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
exec tr "[\\\\]" "[
|
|
]"
|