Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update deprecated SPDX license identifiers | Thomas Haller | 2021-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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') | ||||
* | all: reformat python files with python black | Sayed Shah | 2020-06-15 | 1 | -5/+9 |
| | | | | | | Part of !537. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/537 | ||||
* | examples: remove unused imports from python examples | Thomas Haller | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | libnm: export interface flags | Beniamino Galvani | 2019-11-22 | 1 | -0/+19 |
Add libnm support for the new InterfaceFlags property of NMDevice. |