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.c | |
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.c')
-rw-r--r-- | staticd/static_zebra.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/staticd/static_zebra.c b/staticd/static_zebra.c index 0bb5d9786..9802aa548 100644 --- a/staticd/static_zebra.c +++ b/staticd/static_zebra.c @@ -3,15 +3,15 @@ * 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 |