about summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-07-05 17:51:30 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-07-05 17:51:30 +0200
commit13b5ae55cdab62aac087d4a2885634983eb79b06 (patch)
treeb8021cef9b286502314f576bbaf0df219c02924c /doc/stdenv
parentfbf553ea2b02cef3962480ed1929573de4429b56 (diff)
downloadnixlib-13b5ae55cdab62aac087d4a2885634983eb79b06.tar
nixlib-13b5ae55cdab62aac087d4a2885634983eb79b06.tar.gz
nixlib-13b5ae55cdab62aac087d4a2885634983eb79b06.tar.bz2
nixlib-13b5ae55cdab62aac087d4a2885634983eb79b06.tar.lz
nixlib-13b5ae55cdab62aac087d4a2885634983eb79b06.tar.xz
nixlib-13b5ae55cdab62aac087d4a2885634983eb79b06.tar.zst
nixlib-13b5ae55cdab62aac087d4a2885634983eb79b06.zip
licenses: Make single-version-only GPL explicit
I commonly see people use the former when they should use the latter.

Would be also in line with the SPDX change https://www.gnu.org/licenses/identify-licenses-clearly.html
Diffstat (limited to 'doc/stdenv')
-rw-r--r--doc/stdenv/meta.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/stdenv/meta.xml b/doc/stdenv/meta.xml
index 45f7834eb2cc..9cef9360002c 100644
--- a/doc/stdenv/meta.xml
+++ b/doc/stdenv/meta.xml
@@ -155,17 +155,17 @@ hello-2.3  A program that produces a familiar, friendly greeting
       <itemizedlist>
        <listitem>
         <para>
-         Single license referenced by attribute (preferred) <literal>stdenv.lib.licenses.gpl3</literal>.
+         Single license referenced by attribute (preferred) <literal>stdenv.lib.licenses.gpl3Only</literal>.
         </para>
        </listitem>
        <listitem>
         <para>
-         Single license referenced by its attribute shortName (frowned upon) <literal>"gpl3"</literal>.
+         Single license referenced by its attribute shortName (frowned upon) <literal>"gpl3Only"</literal>.
         </para>
        </listitem>
        <listitem>
         <para>
-         Single license referenced by its attribute spdxId (frowned upon) <literal>"GPL-3.0"</literal>.
+         Single license referenced by its attribute spdxId (frowned upon) <literal>"GPL-3.0-only"</literal>.
         </para>
        </listitem>
        <listitem>