X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libmarkers%2Ftracepoint.h;h=6f14ea08a696f43428e615fccfb00eda12a90759;hb=1f8b0dffac11b11fa7b582b6274c6b4cadf57bb3;hp=fda2aba900906bab5a440ad662e2375d6305336c;hpb=474d745fffdcb195beae194471c63947aa03249a;p=ust.git diff --git a/libmarkers/tracepoint.h b/libmarkers/tracepoint.h index fda2aba..6f14ea0 100644 --- a/libmarkers/tracepoint.h +++ b/libmarkers/tracepoint.h @@ -2,16 +2,26 @@ #define _LINUX_TRACEPOINT_H /* - * Kernel Tracepoint API. + * Copyright (C) 2008 Mathieu Desnoyers + * Copyright (C) 2009 Pierre-Marc Fournier * - * See Documentation/tracepoint.txt. + * This program 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 2 + * of the License, or (at your option) any later version. * - * (C) Copyright 2008 Mathieu Desnoyers + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Heavily inspired from the Linux Kernel Markers. * - * This file is released under the GPLv2. - * See the file COPYING for more details. + * Ported to userspace by Pierre-Marc Fournier. */ //#include