[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] Added COPYING files and README.source files
commit d9c6f5a9fe514f3a494bbe192cafa537c03030a4 Author: Lars Kurth <lars.kurth@xxxxxxxxxx> AuthorDate: Mon Sep 26 13:16:33 2016 +0100 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Fri Sep 30 11:47:27 2016 +0100 Added COPYING files and README.source files Added a COPYING file as a boilerplate to explain license oddities in this directory Added a vtpm/COPYING file which contains MIT licensed files only Added a vtpmmgr/README.source file which contains many BSD-3-Clause files that originally came from tools/vtpm_manager Signed-off-by: Lars Kurth <lars.kurth@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> [ wei: delete all trailing whitespaces ] Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- stubdom/COPYING | 31 +++++++++++++++++++++++++++++++ stubdom/vtpm/COPYING | 26 ++++++++++++++++++++++++++ stubdom/vtpmmgr/README.source | 27 +++++++++++++++++++++++++++ 3 files changed, 84 insertions(+) diff --git a/stubdom/COPYING b/stubdom/COPYING new file mode 100644 index 0000000..de5d0ed --- /dev/null +++ b/stubdom/COPYING @@ -0,0 +1,31 @@ +Most files in this directory are covered by version 2 of the +GNU General Public License except where explicitly stated. +See the main COPYING file in xen.git for more information. + +Notable exceptions are in the following directories + +vtpm +==== +Exclusively contains code licensed under a MIT license +Also see vtpm/COPYING + +vtpmmgr +======= +Contains a significant portion of files which are licensed +under a BSD-3-Clause license. These files were imported from +elsewhere and are copyrighted as follows: + +Copyright (c) 2005, Intel Corp. +All rights reserved. + +See README.source for a complete list of files + +Otherwise, this directory contains several files licensed under +GPLv2+, or without copyright headers. + +*.patch and *.diff files +======================== +This directory contains a number of *.patch and *.diff files. +These files describe changes to source files and are thus +licensed under the license from which the *.patch and *.diff +were generated. diff --git a/stubdom/vtpm/COPYING b/stubdom/vtpm/COPYING new file mode 100644 index 0000000..e680bce --- /dev/null +++ b/stubdom/vtpm/COPYING @@ -0,0 +1,26 @@ +This copyright applies to all files within this subdirectory and its +subdirectories, unless explicitly stated otherwise within individual +source files. + +All other files in the Xen source distribution are covered by version +2 of the GNU General Public License except where explicitly stated. +See the main COPYING file in xen.git for more information. + +===================================================================== + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THIS SOFTWARE AND ITS DOCUMENTATION ARE PROVIDED AS IS AND WITHOUT +ANY EXPRESS OR IMPLIED WARRANTIES WHATSOEVER. ALL WARRANTIES +INCLUDING, BUT NOT LIMITED TO, PERFORMANCE, MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT ARE HEREBY +DISCLAIMED. USERS ASSUME THE ENTIRE RISK AND LIABILITY OF USING THE +SOFTWARE. diff --git a/stubdom/vtpmmgr/README.source b/stubdom/vtpmmgr/README.source new file mode 100644 index 0000000..213b3f8 --- /dev/null +++ b/stubdom/vtpmmgr/README.source @@ -0,0 +1,27 @@ +About +===== +This documents the upstream sources for files in this directory. + +According to the header files, the following files are based off +the original tools/vtpm_manager code base in xen.git. This directory +has since been (commit b918dce5bb2a665a34ff893a9df5392fb8ea429d) + +init.c +log.c +log.h +marshal.h +tcg.h +tpm.c +tpm.h +tpm2.c +tpm2.h +tpm2_marshal.h +vtpm_cmd_handler.c +vtpm_manager.h +vtpmmgr.c +vtpmmgr.h + +uuid.h - This file does not appear to be part of the original +tools/vtpm_manager code. It's origin is unclear, but it is +trivial and likely not copyrightable under "fair use" +provisions. -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |