History log of /seL4-refos-master/seL4_tools/README.md
Revision Date Author Comments
# 61bf7fa3 20-Jun-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Update README.md

Link sub projects, update common-tool to cmake-tool, and add a link to
the CONTRIBUTING.md file.

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# 37860957 01-Apr-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

github setup for CoC, License, Contributing

This commits adds links to the seL4 code of conduct (COC) and
contribution guidelines to the github setup. It also moves the license
remarks to its owns LICENSE.md file that is recognised by github.

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# 9f904ed2 06-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

convert license headers to SPDX

Includes license review of 3rd-party files, adding missing upstream
headers, and moving the UNSW OZPLB license into its own file rather
than replicating it in the header.


# d3ed6765 22-Aug-2019 Anna Lyons <anna@gh.st>

trivial: remove out of date README comments


# c2ef3170 22-Aug-2019 Anna Lyons <anna@gh.st>

trivial: update README to escape _


# acc65b98 31-Jul-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

README: add dts


# 96e61aa6 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of file


# 935ee687 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 14c7bfa1 13-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Add a tool for determining provenance of code forked from an upstream repo.

This adds a tool that is a quick and dirty implementation I wanted in order to
find the upstream Linux commit we forked Kconfig from. It could easily be
improved in future with obvious optimisations (e.g. fetch upstream into the same
working directory and use git-diff instead of diff) if necessary.


# 4229034f 21-Oct-2015 Anna Lyons <Anna.Lyons@nicta.com.au>

Add LICENSE_GPLv2 to KBuild, update readme


# 899bb84c 21-Oct-2015 Anna Lyons <anna.lyons@nicta.com.au>

Initial commit