Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Adélie Package Tree Adélie Package Tree
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 403
    • Issues 403
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adélie Linux
  • Adélie Package TreeAdélie Package Tree
  • Merge requests
  • !606

user/mksh: Fix license field and update to 59c

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marek Benc requested to merge dusxmt/packages:master into master Mar 27, 2021
  • Overview 0
  • Commits 2
  • Changes 1

I was notified by one of the developers of mksh that the SPDX license field used in our mksh package was incorrect, and that the details can be found here: http://www.mirbsd.org/TaC-mksh.txt

In particular, most of the code is released under the MirOS License, the expr.c file additionally contains code under the Unicode-DFS-2016 license, and a copy of strlcpy (not used, libc's version is used instead on Adelie) is included under the ISC license, as well as a copy of the printf command-line utility (not built) under the 3-Clause BSD license.

There is also a Windows .ico file released under terms of Appendix D of the document that I've listed, but just like strlcpy and printf, it's not used by the build system or included in the resulting .apk file.

This means that the correct SPDX for the shell, as built on Adelie, is: MirOS AND Unicode-DFS-2016

This MR corrects the license field in the APKBUILD, as well as updating it to the newest version (in separate commits).

Edited Apr 04, 2021 by Marek Benc
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master