X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Fltt%2Ffacility.h;h=8fda81e9b6f0470daf94c287dfec592f577fad8b;hb=9c3123113f395e7ea634c522e340604331359e7e;hp=4bca4fd1423f4e6746182a51a281e29e416babc9;hpb=292a7e63352c48ffc1ce185a31eaee5e3c076a36;p=lttv.git diff --git a/ltt/branches/poly/include/ltt/facility.h b/ltt/branches/poly/include/ltt/facility.h index 4bca4fd1..8fda81e9 100644 --- a/ltt/branches/poly/include/ltt/facility.h +++ b/ltt/branches/poly/include/ltt/facility.h @@ -1,3 +1,21 @@ +/* This file is part of the Linux Trace Toolkit trace reading library + * Copyright (C) 2003-2004 Michel Dagenais + * + * 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. + */ + #ifndef FACILITY_H #define FACILITY_H @@ -28,3 +46,4 @@ LttEventType *ltt_facility_eventtype_get(LttFacility *f, unsigned i); LttEventType *ltt_facility_eventtype_get_by_name(LttFacility *f, char *name); #endif // FACILITY_H +