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 | -20/+28 |
| | | | | | | Part of !537. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/537 | ||||
* | examples: remove unused assignment in "examples/python/gi/wifi-p2p.py" | Thomas Haller | 2020-05-07 | 1 | -1/+1 |
| | | | | lgtm.com warns about this. | ||||
* | examples: add Wi-Fi P2P example | Beniamino Galvani | 2020-04-27 | 1 | -0/+109 |
Add a python example using GObject introspection that shows how to scan for Wi-Fi P2P peers and connect to one of them. |