treewide: change license to MPL-2.0

Adjust the license to be able to upstream adjustments from this
repository to upstream Firefox. I've asked all contributors if they are
fine with the license change in the related issue.

Fixes: https://gitlab.com/postmarketOS/mobile-config-firefox/-/issues/31
This commit is contained in:
Oliver Smith 2022-01-30 11:48:42 +01:00
parent 16a4471b73
commit 75c57aa3aa
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
27 changed files with 403 additions and 704 deletions

View file

@ -1,5 +1,5 @@
/* Copyright 2021 Oliver Smith
* SPDX-License-Identifier: GPL-3.0-or-later */
* SPDX-License-Identifier: MPL-2.0 */
@media (max-width: 700px) {
/* Spawn the menu above the navigation bar (now that we've moved it to the

View file

@ -1,5 +1,5 @@
/* Copyright 2021 plata
* SPDX-License-Identifier: GPL-3.0-or-later */
* SPDX-License-Identifier: MPL-2.0 */
/* Move navigation bar to bottom */
@media (max-width: 700px) {

View file

@ -1,5 +1,5 @@
/* Copyright 2021 Oliver Smith
* SPDX-License-Identifier: GPL-3.0-or-later */
* SPDX-License-Identifier: MPL-2.0 */
@media (max-width: 700px) {
/* The only way I (ollieparanoid) found to make this not glitchy, was to

View file

@ -1,5 +1,5 @@
/* Copyright 2021 Oliver Smith
* SPDX-License-Identifier: GPL-3.0-or-later */
* SPDX-License-Identifier: MPL-2.0 */
@media (max-width: 700px) {
.findbar-container {

View file

@ -1,5 +1,5 @@
/* Copyright 2021 Oliver Smith
* SPDX-License-Identifier: GPL-3.0-or-later */
* SPDX-License-Identifier: MPL-2.0 */
@media (max-width: 700px) {
/* Hack to prevent popups from flickering around. It looks like e.g. the

View file

@ -1,5 +1,5 @@
/* Copyright 2021 Oliver Smith
* SPDX-License-Identifier: GPL-3.0-or-later */
* SPDX-License-Identifier: MPL-2.0 */
/* Reduce minimum window width */
:root {

View file

@ -1,5 +1,5 @@
/* Copyright 2021 Peter Mack, Oliver Smith
* SPDX-License-Identifier: GPL-3.0-or-later */
* SPDX-License-Identifier: MPL-2.0 */
@media (max-width: 700px) {
/* Even when not in private browsing mode, reserve space to the right of

View file

@ -1,5 +1,5 @@
/* Copyright 2021 Oliver Smith
* SPDX-License-Identifier: GPL-3.0-or-later */
* SPDX-License-Identifier: MPL-2.0 */
/* Reduce minimum window width */
#urlbar-container {