Skip to content

Commit 901b133

Browse files
committed
Relicense to LGPL-2.1-or-later
1 parent 2296f0c commit 901b133

21 files changed

+528
-41
lines changed

LICENSE

+504-21
Large diffs are not rendered by default.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (c) 2017-2020,2023-2024 Gaël PORTAY
33
#
4-
# SPDX-License-Identifier: MIT
4+
# SPDX-License-Identifier: LGPL-2.1-or-later
55
#
66

77
PREFIX ?= /usr/local

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkgrel=1
66
pkgdesc='Docker shell'
77
arch=('any')
88
url="https://github.com/gportay/$pkgname"
9-
license=('MIT')
9+
license=('LGPL')
1010
depends=('docker')
1111
makedepends=('asciidoctor')
1212
checkdepends=('shellcheck')

PKGBUILD-git

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkgrel=1
66
pkgdesc='Docker shell'
77
arch=('any')
88
url="https://github.com/gportay/$pkgname"
9-
license=('MIT')
9+
license=('LGPL')
1010
depends=('docker')
1111
makedepends=('asciidoctor')
1212
checkdepends=('shellcheck')

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@ Written by Gaël PORTAY *[email protected]*
277277
Copyright (c) 2017-2020,2023-2024 Gaël PORTAY
278278

279279
This program is free software: you can redistribute it and/or modify it under
280-
the terms of the MIT License.
280+
the terms of the GNU Lesser General Public License as published by the Free
281+
Software Foundation, either version 2.1 of the License, or (at your option) any
282+
later version.
281283

282284
[docker]: https://github.com/docker/docker
283285
[non-root-user]: https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user

bash-completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (c) 2017-2020,2023-2024 Gaël PORTAY
33
#
4-
# SPDX-License-Identifier: MIT
4+
# SPDX-License-Identifier: LGPL-2.1-or-later
55
#
66

77
#

dosh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2017-2020,2022-2024 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
# Called as program loader (shebang #!/usr/bin/dosh)

dosh.1.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,9 @@ Written by Gaël PORTAY *[email protected]*
419419
Copyright (c) 2017-2020,2023-2024 Gaël PORTAY
420420

421421
This program is free software: you can redistribute it and/or modify it under
422-
the terms of the MIT License.
422+
the terms of the GNU Lesser General Public License as published by the Free
423+
Software Foundation, either version 2.1 of the License, or (at your option) any
424+
later version.
423425

424426
== SEE ALSO
425427

examples/build-doc.dosh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2017 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
set -e

examples/shebang-env.dosh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2024 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
whoami

examples/shebang-fedora.dosh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2017-2018 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
whoami

examples/shebang.dosh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2017 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
whoami

github-pages.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2017-2018 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
# See: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/

support/cqfd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2024 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: GPL-2.0-only
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
set -e

support/docker-cqfd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2024 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: GPL-2.0-only
5+
# SPDX-License-Identifier: LGPL-2.0-or-later
66
#
77

88
if [[ "$1" == "docker-cli-plugin-metadata" ]]

support/docker-shell

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2023-2024 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
if [[ "$1" == "docker-cli-plugin-metadata" ]]

support/doshx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2023 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
DOCKER_BUILDKIT=1 \

support/posh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2019,2023-2024 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
DOSH_DOCKER="podman" \

support/profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (c) 2017 Gaël PORTAY
33
#
4-
# SPDX-License-Identifier: MIT
4+
# SPDX-License-Identifier: LGPL-2.1-or-later
55
#
66

77
# Not /bin/sh?

support/zdosh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2017-2019,2023-2024 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
DOSHELL=/bin/zsh \

tests.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2017-2020,2023-2024 Gaël PORTAY
44
#
5-
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: LGPL-2.1-or-later
66
#
77

88
set -e

0 commit comments

Comments
 (0)