X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fsimple_include%2Fsimple_include.c;h=ccf14ce96c063ff8491e9ecf7fa65b0ec0dfb683;hb=d672b30f45079019d516dd7fe042b60a248c13a5;hp=aa500ba7a05a173d2b8a55467246b0a282b9ffe2;hpb=43f0d5acc1fc89b5890365f7624a2dd8e946df1f;p=lttng-ust.git diff --git a/tests/simple_include/simple_include.c b/tests/simple_include/simple_include.c index aa500ba7..ccf14ce9 100644 --- a/tests/simple_include/simple_include.c +++ b/tests/simple_include/simple_include.c @@ -1,3 +1,21 @@ -#include +/* Copyright (C) 2009 Pierre-Marc Fournier + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ -int main () {} +#include +#include + +int main () { return 0; }