diff options
author | Steven Rostedt <srostedt@redhat.com> | 2010-02-15 12:56:24 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-02-15 13:06:20 -0500 |
commit | 08526eca702089150c94ebf2769c32c95c8323a8 (patch) | |
tree | c688440039be47cc54decbe0383779a14e5acf10 /trace-plot-task.c | |
parent | 59e994b7e98fe80febdb4b613fc12db484f88977 (diff) |
trace-cmd: Relicense the library files under LGPL
All the files that are used to create the libraries:
libparsevent and libtracecmd are converted to the LGPL
as well as the files to create the plugins.
All files now have a boilerplate header that states which
license that the file is under. A README file is created as
well as the COPYING.LIB which contains the text of the
LGPL.
All authors of the code that created these files have given
their Acks.
Acked-by: Darren Hart <dvhltc@us.ibm.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-plot-task.c')
-rw-r--r-- | trace-plot-task.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/trace-plot-task.c b/trace-plot-task.c index cb1f6f8..b36d565 100644 --- a/trace-plot-task.c +++ b/trace-plot-task.c | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com> | ||
3 | * | ||
4 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; version 2 of the License (not later!) | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * along with this program; if not, write to the Free Software | ||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | * | ||
19 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
20 | */ | ||
1 | #include <string.h> | 21 | #include <string.h> |
2 | 22 | ||
3 | #include "trace-graph.h" | 23 | #include "trace-graph.h" |