diff options
Diffstat (limited to 'src/ftdump.c')
-rw-r--r-- | src/ftdump.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ftdump.c b/src/ftdump.c index 4a7b3bf..d06747a 100644 --- a/src/ftdump.c +++ b/src/ftdump.c | |||
@@ -1,3 +1,22 @@ | |||
1 | /* | ||
2 | * ftdump -- Dump raw event data from a Feather-Trace event stream. | ||
3 | * Copyright (C) 2007, 2008 B. Brandenburg. | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 along | ||
16 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
18 | */ | ||
19 | |||
1 | #include <stdio.h> | 20 | #include <stdio.h> |
2 | #include <stdlib.h> | 21 | #include <stdlib.h> |
3 | #include <string.h> | 22 | #include <string.h> |