[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Spaces not allowed in human readable string
From: |
Yuchen Pei |
Subject: |
Re: Spaces not allowed in human readable string |
Date: |
Wed, 02 Feb 2022 20:13:12 +1100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
On Fri, Dec 24 2021, Valerio Bozzolan via wrote:
> Hello LibreJS developers!
>
> I'm reading this page:
> https://www.gnu.org/software/librejs/free-your-javascript.html
>
> And I've seen this phrase:
>
> «the human readable string does not require a specific formatting»
>
> At the moment this phrase is not correct, since AFAIK the human
> readable string does *not* allow spaces.
>
> Try it yourself with this problematic version:
>
> <script>
> // @license magnet:blabla BSD 3 clause
> // @license-end
> </script>
>
> VS this corrected version:
>
> <script>
> // @license magnet:blabla BSD-3-clause
> ... very long code
> // @license-end
> </script>
>
> IMVHO this is a bug, but, if it's by design, please update the
> documentation to say that the human readable license should not have
> any space.
>
> BTW I think this is a bug since the example itself contains spaces:
>
> [human readable name of the license]
Thanks for the report - I also remember having some problem like this
before and I'm looking into it.
>
> -boz
Best,
Yuchen
--
PGP Key: 47F9 D050 1E11 8879 9040 4941 2126 7E93 EF86 DFD0
<https://ypei.me/assets/ypei-pubkey.txt>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Spaces not allowed in human readable string,
Yuchen Pei <=