From 87689ef2e22ed600869c2a50ac4c3faed5a044b1 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 30 Jan 2022 11:58:26 +0100 Subject: [PATCH] treewide: bump copyright to 2022 --- .ci/lint.sh | 2 +- Makefile | 2 +- contrib/extract-search-engines.sh | 2 +- src/common/header.css | 2 +- src/mobile-config-autoconfig.js | 2 +- src/mobile-config-prefs.js | 2 +- src/userChrome/appMenu.css | 2 +- src/userChrome/browser.css | 2 +- src/userChrome/editBookmarkPanel.css | 2 +- src/userChrome/findbar.css | 2 +- src/userChrome/popups.css | 2 +- src/userChrome/root.css | 2 +- src/userChrome/tabmenu.css | 2 +- src/userChrome/urlbar.css | 2 +- src/userContent/addons.css | 2 +- src/userContent/config.css | 2 +- src/userContent/home.css | 2 +- src/userContent/license.css | 2 +- src/userContent/logins.css | 2 +- src/userContent/policies.css | 2 +- src/userContent/preferences.css | 2 +- src/userContent/protections.css | 2 +- src/userContent/reader.css | 2 +- src/userContent/rights.css | 2 +- src/userContent/sidebar.css | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.ci/lint.sh b/.ci/lint.sh index c807dc2..02175a8 100755 --- a/.ci/lint.sh +++ b/.ci/lint.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: MPL-2.0 # # As of writing, it seems that every existing CSS linter is either written in diff --git a/Makefile b/Makefile index 374dae7..c54e28d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: MPL-2.0 HEADER_FILE := src/common/header.css diff --git a/contrib/extract-search-engines.sh b/contrib/extract-search-engines.sh index 4bec930..b1a8f5a 100755 --- a/contrib/extract-search-engines.sh +++ b/contrib/extract-search-engines.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: MPL-2.0 # # Extract the search engine names found in your current Firefox installation, diff --git a/src/common/header.css b/src/common/header.css index 9fe2b37..8060752 100644 --- a/src/common/header.css +++ b/src/common/header.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Oliver Smith, Arnaud Ferraris +/* Copyright 2022 Oliver Smith, Arnaud Ferraris * SPDX-License-Identifier: MPL-2.0 * _ _ _ __ _ * _ __ ___ ___ | |__ (_) | ___ ___ ___ _ __ / _(_) __ _ diff --git a/src/mobile-config-autoconfig.js b/src/mobile-config-autoconfig.js index 351a478..378acb0 100644 --- a/src/mobile-config-autoconfig.js +++ b/src/mobile-config-autoconfig.js @@ -1,4 +1,4 @@ -// Copyright 2021 Arnaud Ferraris, Oliver Smith +// Copyright 2022 Arnaud Ferraris, Oliver Smith // SPDX-License-Identifier: MPL-2.0 // This is a Firefox autoconfig file: diff --git a/src/mobile-config-prefs.js b/src/mobile-config-prefs.js index 6b6b606..b1a7b7c 100644 --- a/src/mobile-config-prefs.js +++ b/src/mobile-config-prefs.js @@ -1,4 +1,4 @@ -// Copyright 2021 Oliver Smith, Martijn Braam +// Copyright 2022 Oliver Smith, Martijn Braam // SPDX-License-Identifier: MPL-2.0 // Set up autoconfig (we use it to copy/update userChrome.css into profile dir) diff --git a/src/userChrome/appMenu.css b/src/userChrome/appMenu.css index 3d5dd12..9d966b7 100644 --- a/src/userChrome/appMenu.css +++ b/src/userChrome/appMenu.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Oliver Smith +/* Copyright 2022 Oliver Smith * SPDX-License-Identifier: MPL-2.0 */ @media (max-width: 700px) { diff --git a/src/userChrome/browser.css b/src/userChrome/browser.css index 9a60755..feafa8f 100644 --- a/src/userChrome/browser.css +++ b/src/userChrome/browser.css @@ -1,4 +1,4 @@ -/* Copyright 2021 plata +/* Copyright 2022 plata * SPDX-License-Identifier: MPL-2.0 */ /* Move navigation bar to bottom */ diff --git a/src/userChrome/editBookmarkPanel.css b/src/userChrome/editBookmarkPanel.css index b1fe466..2c294ea 100644 --- a/src/userChrome/editBookmarkPanel.css +++ b/src/userChrome/editBookmarkPanel.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Oliver Smith +/* Copyright 2022 Oliver Smith * SPDX-License-Identifier: MPL-2.0 */ @media (max-width: 700px) { diff --git a/src/userChrome/findbar.css b/src/userChrome/findbar.css index df33058..96805d5 100644 --- a/src/userChrome/findbar.css +++ b/src/userChrome/findbar.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Oliver Smith +/* Copyright 2022 Oliver Smith * SPDX-License-Identifier: MPL-2.0 */ @media (max-width: 700px) { diff --git a/src/userChrome/popups.css b/src/userChrome/popups.css index 0b2e7a9..fafe65f 100644 --- a/src/userChrome/popups.css +++ b/src/userChrome/popups.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Oliver Smith +/* Copyright 2022 Oliver Smith * SPDX-License-Identifier: MPL-2.0 */ @media (max-width: 700px) { diff --git a/src/userChrome/root.css b/src/userChrome/root.css index cd831f9..fe811ae 100644 --- a/src/userChrome/root.css +++ b/src/userChrome/root.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Oliver Smith +/* Copyright 2022 Oliver Smith * SPDX-License-Identifier: MPL-2.0 */ /* Reduce minimum window width */ diff --git a/src/userChrome/tabmenu.css b/src/userChrome/tabmenu.css index e540f33..ec6d0ed 100644 --- a/src/userChrome/tabmenu.css +++ b/src/userChrome/tabmenu.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Peter Mack, Oliver Smith +/* Copyright 2022 Peter Mack, Oliver Smith * SPDX-License-Identifier: MPL-2.0 */ @media (max-width: 700px) { diff --git a/src/userChrome/urlbar.css b/src/userChrome/urlbar.css index 93deffe..d71fd30 100644 --- a/src/userChrome/urlbar.css +++ b/src/userChrome/urlbar.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Oliver Smith +/* Copyright 2022 Oliver Smith * SPDX-License-Identifier: MPL-2.0 */ /* Reduce minimum window width */ diff --git a/src/userContent/addons.css b/src/userContent/addons.css index b9e058b..faabfdc 100644 --- a/src/userContent/addons.css +++ b/src/userContent/addons.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Anri Dellal +/* Copyright 2022 Anri Dellal * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:addons"), url-prefix("about:addons") { diff --git a/src/userContent/config.css b/src/userContent/config.css index 3e560a5..5e767cd 100644 --- a/src/userContent/config.css +++ b/src/userContent/config.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Anri Dellal +/* Copyright 2022 Anri Dellal * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:config") { diff --git a/src/userContent/home.css b/src/userContent/home.css index a308b0b..697e7bd 100644 --- a/src/userContent/home.css +++ b/src/userContent/home.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Oliver Smith +/* Copyright 2022 Oliver Smith * SPDX-License-Identifier: MPL-2.0 */ @namespace url("http://www.w3.org/1999/xhtml"); diff --git a/src/userContent/license.css b/src/userContent/license.css index f81fcc8..f7db008 100644 --- a/src/userContent/license.css +++ b/src/userContent/license.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Anri Dellal +/* Copyright 2022 Anri Dellal * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:license") { diff --git a/src/userContent/logins.css b/src/userContent/logins.css index 1da3468..7e5fb24 100644 --- a/src/userContent/logins.css +++ b/src/userContent/logins.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Anri Dellal +/* Copyright 2022 Anri Dellal * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:logins") { diff --git a/src/userContent/policies.css b/src/userContent/policies.css index f8f5821..24c92fd 100644 --- a/src/userContent/policies.css +++ b/src/userContent/policies.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Anri Dellal +/* Copyright 2022 Anri Dellal * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:policies"), url-prefix("about:policies") { diff --git a/src/userContent/preferences.css b/src/userContent/preferences.css index 33b54fb..aeffa99 100644 --- a/src/userContent/preferences.css +++ b/src/userContent/preferences.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Anri Dellal +/* Copyright 2022 Anri Dellal * SPDX-License-Identifier: MPL-2.0 */ @-moz-document regexp("about:preferences.*") { diff --git a/src/userContent/protections.css b/src/userContent/protections.css index 1be980d..bb7e872 100644 --- a/src/userContent/protections.css +++ b/src/userContent/protections.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Anri Dellal +/* Copyright 2022 Anri Dellal * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:protections") { diff --git a/src/userContent/reader.css b/src/userContent/reader.css index ccb6b8a..916254d 100644 --- a/src/userContent/reader.css +++ b/src/userContent/reader.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Tim Magee +/* Copyright 2022 Tim Magee * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url-prefix("about:reader") { diff --git a/src/userContent/rights.css b/src/userContent/rights.css index 53b4972..5bfd91a 100644 --- a/src/userContent/rights.css +++ b/src/userContent/rights.css @@ -1,4 +1,4 @@ -/* Copyright 2021 Anri Dellal +/* Copyright 2022 Anri Dellal * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:rights") { diff --git a/src/userContent/sidebar.css b/src/userContent/sidebar.css index 3673557..80c5d62 100644 --- a/src/userContent/sidebar.css +++ b/src/userContent/sidebar.css @@ -1,4 +1,4 @@ -/* Copyright 2021 plata, Anri Dellal +/* Copyright 2022 plata, Anri Dellal * SPDX-License-Identifier: MPL-2.0 */ @-moz-document regexp("about:(preferences|addons|policies).*") {