Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Costin Lupu <[email protected]>
Reviewed-by: Florian Schmidt <[email protected]>
  • Loading branch information
clupuishere authored and Florian Schmidt committed Jun 4, 2019
1 parent dc40756 commit 676334c
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CODING_STYLE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Coding Style
============

Please refer to the `CODING_STYLE.md` file in the main Unikraft repository.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Contributing to Unikraft
=======================

Please refer to the `CONTRIBUTING.md` file in the main Unikraft repository.
30 changes: 30 additions & 0 deletions COPYING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
License
=======

Unikraft pthread-embedded wrappers
----------------------------------

This repository contains wrapper code to build pthread-embedded with Unikraft.
Each C code file in this repository should declare who is the
copyright owner and under which terms and conditions the code is
licensed. If such a licence note is missing, the following copyright
notice will apply:


Copyright(C) Year Name, Institution

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library in the file COPYING.LIB;
if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA

10 changes: 10 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Maintainers List
================

For notes on how to read this information, please refer to `MAINTAINERS.md` in
the main Unikraft repository.

PTHREAD-EMBEDDED-UNIKRAFT
M: Costin Lupu <[email protected]>
L: [email protected]
F: *
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pthread-embedded for Unikraft
=============================

Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.

0 comments on commit 676334c

Please sign in to comment.