mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-10-14 12:55:54 +00:00
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:
parent
16a4471b73
commit
75c57aa3aa
27 changed files with 403 additions and 704 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 Anri Dellal
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@-moz-document url("about:addons"), url-prefix("about:addons") {
|
||||
:root {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 Anri Dellal
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@-moz-document url("about:config") {
|
||||
#search-container,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 Oliver Smith
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@namespace url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 Anri Dellal
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@-moz-document url("about:license") {
|
||||
@media (max-width: 500px) {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 Anri Dellal
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@-moz-document url("about:logins") {
|
||||
.container {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 Anri Dellal
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@-moz-document url("about:policies"), url-prefix("about:policies") {
|
||||
@media (max-width: 830px) {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 Anri Dellal
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@-moz-document regexp("about:preferences.*") {
|
||||
.sticky-container {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 Anri Dellal
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@-moz-document url("about:protections") {
|
||||
#report-content {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 Tim Magee
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@-moz-document url-prefix("about:reader") {
|
||||
@media (max-width: 800px) {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 Anri Dellal
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@-moz-document url("about:rights") {
|
||||
@media (max-width: 500px) {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright 2021 plata, Anri Dellal
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
@-moz-document regexp("about:(preferences|addons|policies).*") {
|
||||
.category-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue