diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-06-12 21:30:54 +0200 |
---|---|---|
committer | Renato Westphal <renato@openbsd.org> | 2017-06-16 19:43:55 +0200 |
commit | 180fc2cd704708442d3a7fcf555dcbc1a5f1831f (patch) | |
tree | e978fa4b3fc40d699acb2be706a049383711a596 /ldpd/ldp_vty_exec.c | |
parent | ldpd: convert cli and get rid of the xml interface (diff) | |
download | frr-180fc2cd704708442d3a7fcf555dcbc1a5f1831f.tar.xz frr-180fc2cd704708442d3a7fcf555dcbc1a5f1831f.zip |
ldpd: update copyright information
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/ldp_vty_exec.c')
-rw-r--r-- | ldpd/ldp_vty_exec.c | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/ldpd/ldp_vty_exec.c b/ldpd/ldp_vty_exec.c index 5ea3ec645..252abd17f 100644 --- a/ldpd/ldp_vty_exec.c +++ b/ldpd/ldp_vty_exec.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> |