We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UNLICENSED
1 parent e3e77c0 commit 408b8e2Copy full SHA for 408b8e2
docs/layout-of-source-files.rst
@@ -27,6 +27,9 @@ it does include the supplied string in the :ref:`bytecode metadata <metadata>`.
27
28
If you do not want to specify a license or if the source code is
29
not open-source, please use the special value ``UNLICENSED``.
30
+Note that ``UNLICENSED`` (no usage allowed, not present in SPDX license list)
31
+is different from ``UNLICENSE`` (grants all rights to everyone).
32
+Solidity follows `the npm recommendation <https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license>`_.
33
34
Supplying this comment of course does not free you from other
35
obligations related to licensing like having to mention
0 commit comments