xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Lars Kurth <lars.kurth@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Lars Kurth <lars.kurth@citrix.com>,
	xuquan8@huawei.com, wei.liu2@citrix.com,
	an.jackson@eu.citrix.com, samuel.thibault@ens-lyon.org,
	dgdegra@tycho.nsa.gov
Subject: [PATCH 1/4] Add information on sources for vmac.* and rijndael.*
Date: Fri, 12 Aug 2016 18:32:33 +0100	[thread overview]
Message-ID: <1471023156-2194-2-git-send-email-lars.kurth@citrix.com> (raw)
In-Reply-To: <1471023156-2194-1-git-send-email-lars.kurth@citrix.com>

I added these, as I came across the sources during
a license scan.

Signed-off-by: Lars Kurth <lars.kurth@citrix.com>
---
 xen/crypto/README.source         | 17 +++++++++++++++++
 xen/include/crypto/README.source | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 xen/crypto/README.source
 create mode 100644 xen/include/crypto/README.source

diff --git a/xen/crypto/README.source b/xen/crypto/README.source
new file mode 100644
index 0000000..894045d
--- /dev/null
+++ b/xen/crypto/README.source
@@ -0,0 +1,17 @@
+About
+=====
+This documents the upstream sources for files in this directory.
+
+rijndael.c
+==========
+This file comes from 
+http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/crypto/
+
+vmac.c
+======
+This file was developed by Ted Krovetz and Wei Dai (more details 
+are in the files). 
+
+See
+- https://en.wikipedia.org/wiki/VMAC
+- http://www.fastcrypto.org/vmac/vmac.c
diff --git a/xen/include/crypto/README.source b/xen/include/crypto/README.source
new file mode 100644
index 0000000..68de1cd
--- /dev/null
+++ b/xen/include/crypto/README.source
@@ -0,0 +1,17 @@
+About
+=====
+This documents the upstream sources for files in this directory.
+
+rijndael.h
+==========
+This file comes from 
+http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/crypto/
+
+vmac.h
+======
+This file was developed by Ted Krovetz and Wei Dai (more details 
+are in the files). 
+
+See
+- https://en.wikipedia.org/wiki/VMAC
+- http://www.fastcrypto.org/vmac/vmac.h
-- 
2.5.4 (Apple Git-61)


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  reply	other threads:[~2016-08-12 17:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-12 17:32 [PATCH 0/4] Clarify License information : m4, stubdom, tools/blktap2, xen/crypto Lars Kurth
2016-08-12 17:32 ` Lars Kurth [this message]
2016-08-12 17:32 ` [PATCH 2/4] Added source of ax_compare_version.m4 to import log Lars Kurth
2016-08-24  9:37   ` Wei Liu
2016-08-12 17:32 ` [PATCH 3/4] [STUBDOM] Added COPYING files and README.source files Lars Kurth
2016-08-24 10:10   ` Wei Liu
2016-08-24 10:31     ` Wei Liu
2016-08-24 12:43     ` Lars Kurth
2016-08-12 17:32 ` [PATCH 4/4] blktap2: Added COPYING file Lars Kurth
2016-08-24  9:38   ` Wei Liu
2016-08-15 12:11 ` [PATCH 0/4] Clarify License information : m4, stubdom, tools/blktap2, xen/crypto Wei Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471023156-2194-2-git-send-email-lars.kurth@citrix.com \
    --to=lars.kurth@citrix.com \
    --cc=an.jackson@eu.citrix.com \
    --cc=dgdegra@tycho.nsa.gov \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    --cc=xuquan8@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).