X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fjni_interface.c;h=aac5a21045be5a4d98b087082ee988f675a9d706;hb=7f16dc899ade9895d3820f5c9e3a9593ef5c08f2;hp=d4a720732dd5799458f7e6e29b246bea0cef73ef;hpb=d45ec92d119ebda25f49820d563c4685c9e86b44;p=lttv.git diff --git a/ltt/jni_interface.c b/ltt/jni_interface.c index d4a72073..aac5a210 100644 --- a/ltt/jni_interface.c +++ b/ltt/jni_interface.c @@ -1,3 +1,20 @@ +/* This file is part of the Linux Trace Toolkit viewer + * Copyright (C) 2010 William Bourque + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License Version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ /* Important to get consistent size_t type */ #define _FILE_OFFSET_BITS 64 @@ -71,7 +88,6 @@ struct saveTimeAndTracefile LttTracefile *tracefile; }; - /* ### COMMON Methods ### #