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 /plugin_hrtimer.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 'plugin_hrtimer.c')
-rw-r--r-- | plugin_hrtimer.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugin_hrtimer.c b/plugin_hrtimer.c index afc5afe..a326bf0 100644 --- a/plugin_hrtimer.c +++ b/plugin_hrtimer.c | |||
@@ -1,3 +1,24 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2009 Red Hat Inc, Steven Rostedt <srostedt@redhat.com> | ||
3 | * Copyright (C) 2009 Johannes Berg <johannes@sipsolutions.net> | ||
4 | * | ||
5 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU Lesser General Public | ||
8 | * License as published by the Free Software Foundation; | ||
9 | * version 2.1 of the License (not later!) | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU Lesser General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU Lesser General Public | ||
17 | * License along with this program; if not, write to the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | * | ||
20 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
21 | */ | ||
1 | #include <stdio.h> | 22 | #include <stdio.h> |
2 | #include <stdlib.h> | 23 | #include <stdlib.h> |
3 | #include <string.h> | 24 | #include <string.h> |