Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: relicense the repository under GNU GPLv3 #446

Merged
merged 1 commit into from
Aug 20, 2021
Merged

Conversation

bassosimone
Copy link
Contributor

@bassosimone bassosimone commented Aug 20, 2021

Checklist

  • I have read the contribution guidelines
  • reference issue for this pull request: N/A (this is planned maintenance)
  • related ooni/spec pull request: N/A

Location of the issue tracker: https://github.com/ooni/probe

Description

We're going to integrate some pieces of code under the GNU GPLv3
soon, therefore we also need to relicense this repository.

We're going to integrate some pieces of code under the GNU GPLv3
soon, therefore we also need to relicense this repository.
@bassosimone bassosimone changed the title fix: relicense the repository under GNU GPLv3 feat: relicense the repository under GNU GPLv3 Aug 20, 2021
@bassosimone
Copy link
Contributor Author

I have created ooni/probe#1750 for the failure at https://github.com/ooni/probe-cli/pull/446/checks?check_run_id=3381985435. We can merge anyway because this change does not affect the code.

@bassosimone bassosimone merged commit 394bf26 into master Aug 20, 2021
@bassosimone bassosimone deleted the feat/relicense branch August 20, 2021 12:50
@chenrui333
Copy link

@bassosimone 👋 GPL-3.0 is actually a deprecated SPDX license, can you specify in either README or any file header about which latest license (GPL-3.0-or-later or GPL-3.0-only) would be actually applied. Let me know if that makes sense. Thanks!

@bassosimone
Copy link
Contributor Author

Absolutely! Is this fine/enough #641 ?

@chenrui333
Copy link

Yes, thanks for confirming it so quickly!

@bassosimone
Copy link
Contributor Author

My pleasure! Thank you folks for Homebrew, it's a really nice tool!

bassosimone added a commit to ooni/probe-android that referenced this pull request Feb 9, 2022
The measurement engine has been relicensed to GPLv3 in
ooni/probe-cli#446.

We forgot to update the mobile repositories to the same
license when we relicensed the engine.

Let's do this now!
bassosimone added a commit to ooni/probe-ios that referenced this pull request Feb 9, 2022
The measurement engine has been relicensed to GPLv3 in
ooni/probe-cli#446.

We forgot to update the mobile repositories to the same
license when we relicensed the engine.

Let's do this now!
bassosimone added a commit to ooni/probe-ios that referenced this pull request Feb 9, 2022
The measurement engine has been relicensed to GPLv3 in
ooni/probe-cli#446.

We forgot to update the mobile repositories to the same
license when we relicensed the engine.

Let's do this now!

Part of ooni/probe#1909
bassosimone added a commit to ooni/probe-android that referenced this pull request Feb 9, 2022
The measurement engine has been relicensed to GPLv3 in
ooni/probe-cli#446.

We forgot to update the mobile repositories to the same
license when we relicensed the engine.

Let's do this now!

Part of ooni/probe#1909
ainghazal pushed a commit to ainghazal/probe-cli that referenced this pull request Mar 8, 2022
We're going to integrate some pieces of code under the GNU GPLv3
soon, therefore we also need to relicense this repository.
ainghazal pushed a commit to ainghazal/probe-cli that referenced this pull request Mar 8, 2022
jefferyto added a commit to jefferyto/openwrt-packages that referenced this pull request Jul 13, 2023
This version includes support for Go 1.20 (specifically 1.20.5).

This also updates the package license; the project was relicensed in
3.13.0[1].

[1]: ooni/probe-cli#446

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
jefferyto added a commit to jefferyto/openwrt-packages that referenced this pull request Jul 13, 2023
This version includes support for Go 1.20 (specifically 1.20.5), and a
workaround for musl 1.2.4 compatibility in mattn/go-sqlite3[1].

This also updates the package license; the project was relicensed in
3.13.0[2].

[1]: mattn/go-sqlite3#1164
[2]: ooni/probe-cli#446

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
jefferyto added a commit to jefferyto/openwrt-packages that referenced this pull request Jul 13, 2023
This version includes support for Go 1.20 (specifically 1.20.5), and a
workaround for musl 1.2.4 compatibility in mattn/go-sqlite3[1].

This also updates the package license; the project was relicensed in
3.13.0[2].

[1]: mattn/go-sqlite3#1164
[2]: ooni/probe-cli#446

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
jefferyto added a commit to jefferyto/openwrt-packages that referenced this pull request Jul 13, 2023
This version includes support for Go 1.20 (specifically 1.20.5).

This also:

* Adds a workaround for musl 1.2.4 compatibility in mattn/go-sqlite3[1]

* Sets GO_PKG_BUILD_PKG to build the main binary (ooniprobe) only

* Updates the package license; the project was relicensed in 3.13.0[2]

[1]: mattn/go-sqlite3#1164
[2]: ooni/probe-cli#446

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
neheb pushed a commit to openwrt/packages that referenced this pull request Jul 13, 2023
This version includes support for Go 1.20 (specifically 1.20.5).

This also:

* Adds a workaround for musl 1.2.4 compatibility in mattn/go-sqlite3[1]

* Sets GO_PKG_BUILD_PKG to build the main binary (ooniprobe) only

* Updates the package license; the project was relicensed in 3.13.0[2]

[1]: mattn/go-sqlite3#1164
[2]: ooni/probe-cli#446

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
jefferyto added a commit to jefferyto/openwrt-packages that referenced this pull request Jul 14, 2023
This version includes support for Go 1.20 (specifically 1.20.5).

This also:

* Adds a workaround for musl 1.2.4 compatibility in mattn/go-sqlite3[1]

* Sets GO_PKG_BUILD_PKG to build the main binary (ooniprobe) only

* Updates the package license; the project was relicensed in 3.13.0[2]

[1]: mattn/go-sqlite3#1164
[2]: ooni/probe-cli#446

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit dc7382e)
graysky2 pushed a commit to graysky2/packages that referenced this pull request Aug 9, 2023
This version includes support for Go 1.20 (specifically 1.20.5).

This also:

* Adds a workaround for musl 1.2.4 compatibility in mattn/go-sqlite3[1]

* Sets GO_PKG_BUILD_PKG to build the main binary (ooniprobe) only

* Updates the package license; the project was relicensed in 3.13.0[2]

[1]: mattn/go-sqlite3#1164
[2]: ooni/probe-cli#446

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lu-zero pushed a commit to domo-iot/packages that referenced this pull request Oct 23, 2023
This version includes support for Go 1.20 (specifically 1.20.5).

This also:

* Adds a workaround for musl 1.2.4 compatibility in mattn/go-sqlite3[1]

* Sets GO_PKG_BUILD_PKG to build the main binary (ooniprobe) only

* Updates the package license; the project was relicensed in 3.13.0[2]

[1]: mattn/go-sqlite3#1164
[2]: ooni/probe-cli#446

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants