aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@kernel.org>2016-10-27 17:21:26 -0700
committerAndy Lutomirski <luto@kernel.org>2016-10-27 17:21:57 -0700
commit83c9e4e4c15a4f5f9876b927c257ce7307377623 (patch)
tree93b0c414dc4230093a94a8dc4e695eb80e03090a
parent1ea1a3bc70cb5cb7912ac495e1ef1f42df2cd27f (diff)
downloadvirtme-83c9e4e4c15a4f5f9876b927c257ce7307377623.tar.gz
Add a Developer's Certificate of Origin
Signed-off-by: Andy Lutomirski <luto@kernel.org>
-rw-r--r--DCO.txt32
-rw-r--r--README.md5
2 files changed, 37 insertions, 0 deletions
diff --git a/DCO.txt b/DCO.txt
new file mode 100644
index 0000000..1816c7d
--- /dev/null
+++ b/DCO.txt
@@ -0,0 +1,32 @@
+Developer's Certificate of Origin 1.1
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+By making a contribution to this project, I certify that:
+
+ (a) The contribution was created in whole or in part by me and I
+ have the right to submit it under the open source license
+ indicated in the file; or
+
+ (b) The contribution is based upon previous work that, to the best
+ of my knowledge, is covered under an appropriate open source
+ license and I have the right under that license to submit that
+ work with modifications, whether created in whole or in part
+ by me, under the same open source license (unless I am
+ permitted to submit under a different license), as indicated
+ in the file; or
+
+ (c) The contribution was provided directly to me by some other
+ person who certified (a), (b) or (c) and I have not modified
+ it.
+
+ (d) I understand and agree that this project and the contribution
+ are public and that a record of the contribution (including all
+ personal information I submit with it, including my sign-off) is
+ maintained indefinitely and may be redistributed consistent with
+ this project or the open source license(s) involved.
+
+then you just add a line saying::
+
+ Signed-off-by: Random J Developer <random@developer.example.org>
+
+using your real name (sorry, no pseudonyms or anonymous contributions.)
diff --git a/README.md b/README.md
index a99f244..1811380 100644
--- a/README.md
+++ b/README.md
@@ -122,3 +122,8 @@ In the near term, the high-priority features are:
* Support for modular virtfs and 9p for non-installed kernels.
* Some way to configure writable mounts.
* A clean way to run a script in the guest for testing.
+
+Contributing
+============
+
+Please see DCO.txt \ No newline at end of file