X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2Fmmap.h;h=39c062462a07d88291ebe2d174cf41ea300fa639;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=f195c1528e7d89b8a950ab7da46962fc36626dd1;hpb=e494a9cdf17705bddf2169adf3945ed2ae335db9;p=lttng-ust.git diff --git a/libringbuffer/mmap.h b/libringbuffer/mmap.h index f195c152..39c06246 100644 --- a/libringbuffer/mmap.h +++ b/libringbuffer/mmap.h @@ -1,24 +1,12 @@ -#ifndef _LTTNG_MMAP_H -#define _LTTNG_MMAP_H - /* - * Copyright (c) 2019 - Jonathan Rajotte - * - * 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; only - * version 2.1 of the License. + * SPDX-License-Identifier: LGPL-2.1-only * - * 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 + * Copyright (C) 2019 Jonathan Rajotte */ +#ifndef _LTTNG_MMAP_H +#define _LTTNG_MMAP_H + #include #if defined(__linux__) && defined(MAP_POPULATE)