diff options
| author | Daniel Walton <dwalton76@gmail.com> | 2017-06-21 10:30:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-21 10:30:29 -0400 |
| commit | c1a44e43672607a557d895cade446e776c11ce1f (patch) | |
| tree | aa6177c84e1c44542bb3a4e3b870a67afaaa2ef4 /ldpd/ldp_debug.h | |
| parent | bf468c3ca5d96af40ba4af4967ec3e48fdf76447 (diff) | |
| parent | 2ca02077216cc8d8bde6b6da279f9fd03e0ac04a (diff) | |
Merge branch 'master' into bgpd-ipv4-plus-label-misc3
Diffstat (limited to 'ldpd/ldp_debug.h')
| -rw-r--r-- | ldpd/ldp_debug.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/ldpd/ldp_debug.h b/ldpd/ldp_debug.h index 6366d3f6ac..4b91656851 100644 --- a/ldpd/ldp_debug.h +++ b/ldpd/ldp_debug.h @@ -1,21 +1,20 @@ /* * Copyright (C) 2016 by Open Source Routing. * - * This file is part of GNU Zebra. + * 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. * - * GNU Zebra 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. - * - * GNU Zebra is distributed in the hope that it will be useful, but + * 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 + * 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 */ #ifndef _LDP_DEBUG_H_ |
