summaryrefslogtreecommitdiffstats
path: root/src/ctl.c
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2010-08-05 16:46:37 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2010-08-05 16:46:37 +0200
commitaaa71e84fa25919587f74daeaa0ecd0c6e3029f1 (patch)
treeb30f075219485188117623ff6a274d60ce9f1768 /src/ctl.c
parent6a8dec3f9357024a29feb5b7607342c01f8dd55f (diff)
downloadlatrace-aaa71e84fa25919587f74daeaa0ecd0c6e3029f1.tar.gz
latrace-aaa71e84fa25919587f74daeaa0ecd0c6e3029f1.tar.xz
latrace-aaa71e84fa25919587f74daeaa0ecd0c6e3029f1.zip
updating license info
Diffstat (limited to 'src/ctl.c')
-rw-r--r--src/ctl.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ctl.c b/src/ctl.c
index bbbd7ed..91ff09e 100644
--- a/src/ctl.c
+++ b/src/ctl.c
@@ -1,3 +1,24 @@
+/*
+ Copyright (C) 2008, 2009, 2010 Jiri Olsa <olsajiri@gmail.com>
+
+ This file is part of the latrace.
+
+ The latrace is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ The latrace is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with the latrace (file COPYING). If not, see
+ <http://www.gnu.org/licenses/>.
+*/
+
+
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>