X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qpb%2Fqpb_allocator.c;h=e2749d6c8ae11022e7d3e584798628cd3e455e7a;hb=18c9215985ec20692535f7d2c516b5c8feb9eb62;hp=7e5ba5b0ce40fb9e56edfe8f521674d25d05b053;hpb=a805d3bbb18f9cbaabf87850ba944b036e39240f;p=mirror_frr.git diff --git a/qpb/qpb_allocator.c b/qpb/qpb_allocator.c index 7e5ba5b0c..e2749d6c8 100644 --- a/qpb/qpb_allocator.c +++ b/qpb/qpb_allocator.c @@ -1,27 +1,16 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * qpb_allocator.c * * @copyright Copyright (C) 2016 Sproute Networks, Inc. * * @author Avneesh Sachdev - * - * This file is part of Quagga. - * - * Quagga 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, or (at your option) any - * later version. - * - * Quagga 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; see the file COPYING; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "linear_allocator.h" #include "qpb_allocator.h"