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 |
|
Sayed Shah
|
be822b52e6
|
all: reformat python files with python black
Part of !537.
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/537
|
2020-06-15 16:40:38 +02:00 |
|
Thomas Haller
|
41a7a26259
|
examples: remove unused imports from python examples
|
2020-05-07 13:58:13 +02:00 |
|
David Drinn
|
4e73d71518
|
examples: fix copy/paste comment error from another script
https://github.com/NetworkManager/NetworkManager/pull/361
|
2020-04-11 15:38:46 +02:00 |
|
Lubomir Rintel
|
24028a2246
|
all: SPDX header conversion
$ find * -type f |xargs perl contrib/scripts/spdx.pl
$ git rm contrib/scripts/spdx.pl
|
2019-09-10 11:19:56 +02:00 |
|
Yifan J
|
797d9c4403
|
python: make dbus, gi examples, and debug-helper.py python3 ready
https://bugzilla.gnome.org/show_bug.cgi?id=791121
|
2017-12-04 11:21:40 +01:00 |
|
Dan Williams
|
d1d048c93d
|
examples: add python+dbus example to print active access point
|
2015-07-08 09:31:22 -05:00 |
|