diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-21 14:46:05 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-07-29 18:43:23 +0200 |
commit | 8d5cbee91d0a926dcc8dd114ebebf01950cfd110 (patch) | |
tree | 57d7d9611c3931030a11dfba070eafee88c3617c /staticd/static_zebra.h | |
parent | doc: Add some documentation for staticd (diff) | |
download | frr-8d5cbee91d0a926dcc8dd114ebebf01950cfd110.tar.xz frr-8d5cbee91d0a926dcc8dd114ebebf01950cfd110.zip |
staticd: Code review comments fixes
1) Conform staticd to proper gnu gpl file format.
2) Fix a spelling mistake found.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'staticd/static_zebra.h')
-rw-r--r-- | staticd/static_zebra.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/staticd/static_zebra.h b/staticd/static_zebra.h index b408bc63b..6b73b0dd3 100644 --- a/staticd/static_zebra.h +++ b/staticd/static_zebra.h @@ -3,19 +3,18 @@ * Copyright (C) 2018 Cumulus Networks, Inc. * Donald Sharp * - * FRR 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. + * 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. * - * FRR 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. + * 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 */ #ifndef __STATIC_ZEBRA_H__ #define __STATIC_ZEBRA_H__ |