Skip to content

Commit def68be

Browse files
committed
Change license to GPL-2.0-or-later
Signed-off-by: Michał Górny <[email protected]>
1 parent a523f87 commit def68be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+426
-24
lines changed

COPYING

Lines changed: 339 additions & 23 deletions
Large diffs are not rendered by default.

bump-boto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
# bump botocore, boto3 and awscli
3+
# (c) 2022-2024 Michał Górny <[email protected]>
4+
# SPDX-License-Identifier: GPL-2.0-or-later
35

46
set -e
57

bump-kernels

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
# bump dist-kernels
3+
# (c) 2022-2024 Michał Górny <[email protected]>
4+
# SPDX-License-Identifier: GPL-2.0-or-later
35

46
set -x -e
57

bump-kernels-bin

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
# bump dist-kernels -bin variants
3+
# (c) 2022-2024 Michał Górny <[email protected]>
4+
# SPDX-License-Identifier: GPL-2.0-or-later
35

46
set -x -e
57

check-mismatched-packages

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
# check whether packages that should be kept in sync are up-to-date
3+
# (c) 2023-2024 Michał Górny <[email protected]>
4+
# SPDX-License-Identifier: GPL-2.0-or-later
35

46
REPO=$(git rev-parse --show-toplevel)
57
PKGS=(

check-revdep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22
# check packages' revdeps (defaults to current pkg)
3+
# (c) 2020-2024 Michał Górny <[email protected]>
4+
# SPDX-License-Identifier: GPL-2.0-or-later
35

46
if [ ${#} -eq 0 ]; then
57
set -- $(pkg)

copybump

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22
# update copyright headers in specified files
33
# typical usage: copybump $(git diff --name-only origin)
4+
# (c) 2019-2024 Michał Górny <[email protected]>
5+
# SPDX-License-Identifier: GPL-2.0-or-later
46

57
exec sed -i -r -e "1s:(Copyright.* [0-9]{4})(-[0-9]{4})?:\1-$(date +%Y):" \
68
-e "1s:(Copyright.* $(date +%Y))-$(date +%Y):\1:" \

file-kernel-stablereq

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22
# open a browser to file stablereq for kernel versions ${@}
3-
3+
# (c) 2022-2024 Michał Górny <[email protected]>
4+
# SPDX-License-Identifier: GPL-2.0-or-later
5+
-
46
set -e
57
scriptdir=${BASH_SOURCE%/*}
68

file-pkgcheck

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22
# run pkgcheck on one or more packages, and open bug templates for each
33
# triggering pkgcheck report
4+
# (c) 2019-2024 Michał Górny <[email protected]>
5+
# SPDX-License-Identifier: GPL-2.0-or-later
46

57
scriptdir=${BASH_SOURCE%/*}
68
urls=()

file-rekeywordreq

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
# open a browser to file rekeywordreq for package(s) ${*}
3+
# (c) 2020-2024 Michał Górny <[email protected]>
4+
# SPDX-License-Identifier: GPL-2.0-or-later
35

46
set -e
57

0 commit comments

Comments
 (0)