[lttng-dev] [PATCH 14/19] lttng: Add documentation and license files
Greg KH
greg at kroah.com
Sat Nov 26 21:24:08 EST 2011
On Sat, Nov 26, 2011 at 10:03:39AM -0500, Mathieu Desnoyers wrote:
> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
> ---
> drivers/staging/lttng/ChangeLog | 75 ++++++
> drivers/staging/lttng/LICENSE | 27 ++
> drivers/staging/lttng/README | 46 ++++
> drivers/staging/lttng/gpl-2.0.txt | 339 ++++++++++++++++++++++++
> drivers/staging/lttng/lgpl-2.1.txt | 504 ++++++++++++++++++++++++++++++++++++
> 5 files changed, 991 insertions(+), 0 deletions(-)
> create mode 100644 drivers/staging/lttng/ChangeLog
> create mode 100644 drivers/staging/lttng/LICENSE
> create mode 100644 drivers/staging/lttng/README
> create mode 100644 drivers/staging/lttng/gpl-2.0.txt
> create mode 100644 drivers/staging/lttng/lgpl-2.1.txt
I've edited this patch, and only include the LICENSE and README files
from it, as that's all that is really needed in the kernel source tree
(no need for a license that is a duplicate, and a changelog will just be
instantly deleted anyway.)
thanks,
greg k-h
More information about the lttng-dev
mailing list