URI: 
       README: reword and bump LICENSE year - firefox-fix-web - Firefox extension: fix web
  HTML git clone git://git.codemadness.org/firefox-fix-web
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 55c172dfeb805a6c2f9a66525ae1bf34de31022b
   DIR parent 5a07b3691ad7f3ca250b0ef6ff4f01dc3705208e
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 12 Apr 2026 13:47:53 +0200
       
       README: reword and bump LICENSE year
       
       Be more clear what is wrong with centralized management of extension
       signatures.
       
       Diffstat:
         M LICENSE                             |       2 +-
         M README                              |       4 +++-
       
       2 files changed, 4 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/LICENSE b/LICENSE
       @@ -1,6 +1,6 @@
        ISC License
        
       -Copyright (c) 2018-2021 Hiltjo Posthuma <hiltjo@codemadness.org>
       +Copyright (c) 2018-2026 Hiltjo Posthuma <hiltjo@codemadness.org>
        
        Permission to use, copy, modify, and/or distribute this software for any
        purpose with or without fee is hereby granted, provided that the above
   DIR diff --git a/README b/README
       @@ -28,7 +28,9 @@ Install
        in about:config set
        xpinstall.signatures.required to false
        
       -(I don't support Mozilla add-on store nazism)
       +(I don't support Mozilla add-on store centralized moderation and centralized
       +management of signatures). It also makes writing extensions for local use too
       +much of a hassle.
        
        In modern Firefox versions this setting is not always respected.  The ESR or
        developer edition may work. See the Mozilla extension documentation for more