You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public domain is not a software license. It is a state in which copyright is abandoned. In some countries or regions, copyright cannot be abandoned, so I would like to stop using jsonify if possible.
CI fails when a new jsonify version is released. If the license is still Public Domain, execute the following command:
$ cd frontend
$ license_finder approvals add 'jsonify' \ --version='NEW VERSION' \ --why 'Public Domain is compatible with Apache-2.0. But it is not a software license. See https://github.com/liam-hq/liam/issues/111' \ --who '...'
$ license_finder approvals add 'jsonify' \
--version=0.0.1 \
--why 'Public Domain is compatible with Apache-2.0. But it is not a software license. See #111' \
--who 'OSPO @masutaka'
Task description
Consider whether jsonify, which is in the public domain, can be removed and lead to necessary action.
Background
jsonify is
Public Domain
.https://github.com/ljharb/jsonify/blob/v0.0.1/package.json#L48
Public domain is not a software license. It is a state in which copyright is abandoned. In some countries or regions, copyright cannot be abandoned, so I would like to stop using jsonify if possible.
The dependencies of jsonify are as follows:
TODO (Optional)
Additional notes (Optional)
The text was updated successfully, but these errors were encountered: