diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-06-12 16:30:54 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@openbsd.org> | 2017-06-16 14:43:55 -0300 |
| commit | 180fc2cd704708442d3a7fcf555dcbc1a5f1831f (patch) | |
| tree | e978fa4b3fc40d699acb2be706a049383711a596 /ldpd/ldp_debug.c | |
| parent | c740f7d3678a8ea2c70a062c1207157e999bd6e8 (diff) | |
ldpd: update copyright information
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/ldp_debug.c')
| -rw-r--r-- | ldpd/ldp_debug.c | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/ldpd/ldp_debug.c b/ldpd/ldp_debug.c index 4fc4a3cce0..7915fb709d 100644 --- a/ldpd/ldp_debug.c +++ b/ldpd/ldp_debug.c @@ -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 */ #include <zebra.h> |
