diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2024-04-30 16:32:47 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2024-04-30 16:33:08 +0200 |
| commit | f00aee740868601fff7014f2fd0e952f7b736a79 (patch) | |
| tree | 436d663dbd94f5bd191e3818c6d9cdc6929dd9d5 /zebra/zebra_errors.c | |
| parent | 5c456a121038ce5e16229be6a6ceeb21cf7d4452 (diff) | |
| parent | 03a143cd49ed1b190cb38f48a31ef4d71fa01a02 (diff) | |
debian: merge tag 'frr-10.0' into debian/master
Sync code to upstream.
NB: changes to debian/
- IRDP removed
- mkdir /var/lib/frr added
- removed unnecessary sysconfdir/localstatedir configure args
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_errors.c')
| -rw-r--r-- | zebra/zebra_errors.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/zebra/zebra_errors.c b/zebra/zebra_errors.c index 7549a3d5c0..09b369e23e 100644 --- a/zebra/zebra_errors.c +++ b/zebra/zebra_errors.c @@ -1,21 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Zebra-specific error messages. * Copyright (C) 2018 Cumulus Networks, Inc. * Quentin Young - * - * This program 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 of the License, or (at your option) - * any later version. - * - * This program 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 */ #include <zebra.h> |
