[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/PTHREAD-EMBEDDED PATCH v2 1/8] Add documentation


  • To: minios-devel@xxxxxxxxxxxxx
  • From: Costin Lupu <costin.lupu@xxxxxxxxx>
  • Date: Mon, 3 Jun 2019 18:16:33 +0300
  • Cc: Florian.Schmidt@xxxxxxxxx
  • Delivery-date: Mon, 03 Jun 2019 15:16:55 +0000
  • Ironport-phdr: 9a23:r/3mPhc6wHy4HCHBbKJt/3falGMj4u6mDksu8pMizoh2WeGdxcS4Zh7h7PlgxGXEQZ/co6odzbaP6ua5AjNLsc/JmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MQi6oR/MusQYg4ZuJaU8xgbUqXZUZupawn9lK0iOlBjm/Mew+5Bj8yVUu/0/8sNLTLv3caclQ7FGFToqK2866tHluhnFVguP+2ATUn4KnRpSAgjK9w/1U5HsuSbnrOV92S2aPcrrTbAoXDmp8qlmRAP0hCoBKjU09nzchM5tg6JBuB+vpwJxzZPabo+WM/RxfK3dcMgGSWZdRMtdSzZMDp+gY4YJEuEPPfxYr474p1YWsxa+AhKsBP/uyj9Om3T427A60/w8EQrb2wEvA9UOsG/IrNX0MqceS+S1zLTQzTXedP5ZxSz95JLQchA8uv6AR6hwcc3IxEQpCgjLjU2QpJT4Mz6ay+gBqWuW4up6We6xlWIqqRt9rza3yssxhYTFm5gZx1PE+Clj3oo4K9O1RFRmbdOrDpddsTyROZFsTcM4WW5ovT43yrgBuZGmYicH0I8nxxvDa/yfdIiI/w7jWP6RIThmgHJlf6qyhwi38Ue6y+38UtO430pRriZfitnMq2sC2wbJ6siAUvd9/0Gh1iiT1w3L9+1JLl04mbDYJpMh2LI8iIQfvEbZEiL4gEn2ibWZdkQg+uim8eTnZbDmq4eAOI9zkQH+LqUumsqlDeQ8LwgOR3Wb9P+g273450H5WKhKgeYsnqnDt5DWPd4bqbKhAw9JzoYj7A6yDzKn0NQenHkHK0lFdAuagIf3JVHBPvT4AOy7g1Stizdr2+vGMqfuA5rTKHjPirDhfaxy60RE0go80chf545ICrEGOP/9WkvxtNvCDh84KQO0xfzrBshh2YMeXGKPA7KWML/JvF+O+O0gP+2Ma5UOtzrnNfcl+q2msXhsnF4bfK6ymJcadn28NvBnOFmCJ2rhhJEGC2hZkBA5SbnBj0aeUDgbQ2uqQupo7TYgFIOgS4PeXp2Fi6fHxDqxWIdRMDMVQmuQGGvlIt3XE8wHbzifd5ds
  • Ironport-sdr: nICohBAnVMfDNsQqn5vcv+6Bz89BI6EIZb67Hq2YvOBKrOcOLRxxSNqV9z9kldv/SqWw2b4VjH pPoygaMxCefw==
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>

Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx>
---
 CODING_STYLE.md |  4 ++++
 CONTRIBUTING.md |  4 ++++
 COPYING.md      | 30 ++++++++++++++++++++++++++++++
 MAINTAINERS.md  | 10 ++++++++++
 README.md       |  5 +++++
 5 files changed, 53 insertions(+)
 create mode 100644 CODING_STYLE.md
 create mode 100644 CONTRIBUTING.md
 create mode 100644 COPYING.md
 create mode 100644 MAINTAINERS.md
 create mode 100644 README.md

diff --git a/CODING_STYLE.md b/CODING_STYLE.md
new file mode 100644
index 0000000..5730041
--- /dev/null
+++ b/CODING_STYLE.md
@@ -0,0 +1,4 @@
+Coding Style
+============
+
+Please refer to the `CODING_STYLE.md` file in the main Unikraft repository.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..5f55eca
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,4 @@
+Contributing to Unikraft
+=======================
+
+Please refer to the `CONTRIBUTING.md` file in the main Unikraft repository.
diff --git a/COPYING.md b/COPYING.md
new file mode 100644
index 0000000..19855c2
--- /dev/null
+++ b/COPYING.md
@@ -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
+
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
index 0000000..ceadfce
--- /dev/null
+++ b/MAINTAINERS.md
@@ -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 <costin.lupu@xxxxxxxxx>
+       L:      minios-devel@xxxxxxxxxxxxx
+       F: *
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2ecc239
--- /dev/null
+++ b/README.md
@@ -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.
-- 
2.11.0


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.